Download the PHP package phplang/scope-exit without Composer
On this page you can find all versions of the php package phplang/scope-exit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phplang/scope-exit
More information about phplang/scope-exit
Files in phplang/scope-exit
Download phplang/scope-exit
More information about phplang/scope-exit
Files in phplang/scope-exit
Vendor phplang
Package scope-exit
Short Description Emulation of SCOPE_EXIT construct from C++
License BSD
Homepage https://github.com/phplang/scope-exit
Package scope-exit
Short Description Emulation of SCOPE_EXIT construct from C++
License BSD
Homepage https://github.com/phplang/scope-exit
Please rate this library. Is it a good library?
Informations about the package scope-exit
ScopeExit
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.
All versions of scope-exit with dependencies
PHP Build Version
Package Version
No informations.
The package phplang/scope-exit contains the following files
Loading the files please wait ....