Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-phplang-scope-exit | Distribution: Unknown |
Version: 1.0.0 | Vendor: Remi Collet |
Release: 1.el7.remi | Build date: Thu Sep 12 11:52:39 2019 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 4055 | Source RPM: php-phplang-scope-exit-1.0.0-1.el7.remi.src.rpm |
Packager: https://blog.remirepo.net/ | |
Url: https://github.com/phplang/scope-exit | |
Summary: Emulation of SCOPE_EXIT construct from C++ |
This simple class provides an implementation of C++'s SCOPE_EXIT, or GoLang's defer. To use, assign an instance of this object to a local variable. When that variable falls out of scope (or is explicitly unset), the callback passed to the constructor will be invoked. This is useful, for example, to aid cleanup at the end of a function. Autoloader: /usr/share/php/PhpLang/scope-exit-autoload.php
BSD
* Thu Sep 12 2019 Remi Collet <remi@remirepo.net> - 1.0.0-1 - initial package - open https://github.com/phplang/scope-exit/issues/2 missing LICENSE - open https://github.com/phplang/scope-exit/pull/3 add LICENSE
/usr/share/doc/php-phplang-scope-exit-1.0.0 /usr/share/doc/php-phplang-scope-exit-1.0.0/README.md /usr/share/doc/php-phplang-scope-exit-1.0.0/composer.json /usr/share/licenses/php-phplang-scope-exit-1.0.0 /usr/share/licenses/php-phplang-scope-exit-1.0.0/LICENSE /usr/share/php/PhpLang /usr/share/php/PhpLang/ScopeExit.php /usr/share/php/PhpLang/scope-exit-autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:45:02 2024