PHP » GoLang |
login |
register |
about
|
GoLang register_shutdown_function
request it (446)
GoLang replacement for PHP's register_shutdown_function
[edit | history]
PHP register_shutdown_functionPHP original manual for register_shutdown_function [ show | php.net ]register_shutdown_function(PHP 4, PHP 5, PHP 7) register_shutdown_function — Register a function for execution on shutdown Description
Registers a Multiple calls to register_shutdown_function() can be made, and each will be called in the same order as they were registered. If you call exit() within one registered shutdown function, processing will stop completely and no other registered shutdown functions will be called. Parameters
Return ValuesNo value is returned. Errors/Exceptions
If the passed callback is not callable a Examples
Example #1 register_shutdown_function() example
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|