PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP Shutdown Function Shutdown Helper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Shutdown Function Shutdown Helper
Register functions to be called when a script ends
Author: By
Last change:
Date: 4 years ago
Size: 268 bytes
 

Contents

Class file image Download
{ "name" : "frdl/shutdown-helper", "type" : "library", "description": "Reverse order register_shutdown manager.", "license": ["MIT"], "require" : { "php": ">=5.3.6" }, "autoload": { "classmap": ["src/ShutdownTasks.php"] } }