Pablo G

Is it Possible to Register More Than One Shutdown Function At the End of a PHP Script?

Asked by Pablo G 2 years ago php script shutdown


Themans
0
 
Yes you're able to call the register_shutdown_function to execute twice regardless of the situation.

They will each be executed in the exact order (one after the other) as suggested in the PHP Documentation.

by Themans 2 years ago

Answer this question

Is it Possible to Register More Than One Shutdown Function At the End of a PHP Script?

0 errors found:

 
0