News Feed
Jobs Feed
Sections




News Archive
Eirik Hoem's Blog:
Dying with grace - PHP's register_shutdown_function
March 17, 2008 @ 12:02:00

Eirik Hoem has posted a new look at a function that can be amazingly helpful when you have a script with issues that needs a little extra help cleaning up after itself - register_shutdown_function.

Scripts tend to die, and that's not usually nice. We do not want to show the user a fatal error nor a blank page (display errors off) . PHP has a function called register_shutdown_function which lets us set up a function which is called at execution shutdown. What this means is that our function will be executed when our script is done executing / dying and PHP execution is about to shut down.

He suggests various things that can be done with the functionality, including checking for successful script execution (via a false variable that can be checked for success).

0 comments voice your opinion now!
registershutdownfunction shutdown function register die success


blog comments powered by Disqus

Similar Posts

Hasin Hayder's Blog: Counting occurrence of a word in a String - Benchmarking of PHP functions

Gonzalo Ayuso's Blog: Display errors on screen even with display errors = off with PHP

Developer Tutorials Blog: Parallel web scraping in PHP: cURL multi functions

Jacob Santos' Blog: Object Oriented Programming Isn't Easy

Sara Golemon's Blog: PHP6: News from the front...


Community Events











Don't see your event here?
Let us know!


phpunit symfony2 podcast zendframework2 functional conference framework development language release opinion interview introduction database unittest testing community rest series usergroup

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework