Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (4) | Download .zip | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 60 | All time: 10,029 This week: 261 |
Version | License | PHP version | Categories | |||
shutdown-helper 1.0 | MIT/X Consortium ... | 5 | PHP 5, Language |
Description | Author | |
This is a simple class that register functions to be called when a script ends. |
Reverse order register_shutdown manager
$ composer install frdl/shutdown-helper
$ShutdownTasks = \frdlweb\Thread\ShutdownTasks::mutex();
$ShutdownTasks(function($start){
print_r( date('c', time()).' execution microtime >= '.microtime() - $start );
}, microtime());
Files |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.