Download the PHP package schlaus/flexiblecallback without Composer
On this page you can find all versions of the php package schlaus/flexiblecallback. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download schlaus/flexiblecallback
More information about schlaus/flexiblecallback
Files in schlaus/flexiblecallback
Download schlaus/flexiblecallback
More information about schlaus/flexiblecallback
Files in schlaus/flexiblecallback
Vendor schlaus
Package flexiblecallback
Short Description FlexibleCallback allows you to unregister or modify callbacks after they have been registered.
License MIT
Package flexiblecallback
Short Description FlexibleCallback allows you to unregister or modify callbacks after they have been registered.
License MIT
Please rate this library. Is it a good library?
Informations about the package flexiblecallback
FlexibleCallback
FlexibleCallback allows for more flexibility in callback functions.
Specifically, it allows you to:
- Unregister callbacks even if it's not otherwise possible
- Change an already registered callback
- Create callback queues
- Simply return values instead of running a function
So where would I need something like that?
Well, for example register_shutdown_function()
won't allow you to unregister or change a callback once it's been registered. FlexibleCallback allows you to circumvent that limitation.
Installation
...or just download and include FlexibleCallback.php
. There are no dependencies, so you're good to go.
Usage
The basics
Change a callback afterwards
Callback queues
Callback arguments in queues
Checking what's been loaded
Converting the queue to a stack (sort of)
License
All versions of flexiblecallback with dependencies
PHP Build Version
Package Version
No informations.
The package schlaus/flexiblecallback contains the following files
Loading the files please wait ....