News Feed
Jobs Feed
Sections




News Archive
DevShed:
Executing Destructors Manually in PHP 5
February 13, 2008 @ 11:27:00

Finishing off their series on destructors in PHP5 applications today, DevShed has posted this new tutorial showing how to manually run the destructors of your class (in case there's ever a need).

In this final tutorial of the series I'm going to show you how to manually trigger a destructor, and in addition you'll learn how to emulate the behavior of this magic method when using PHP 4.

They not only talk about how to call the destructor manually but they also show how to call multiple destructors at the same time to destroy lots of objects at once. And, as promised, they include a method for being able to use a destructor-like bit of functionality in a PHP4 app as well.

0 comments voice your opinion now!
php5 destructor execute manual php4 emulate multiple


blog comments powered by Disqus

Similar Posts

php|architect: The state of PHP 5.3 support

Community News: PHP 4.4.5 Segfaults (register_globals = on)

Dallas PHP User\'s Group: PHP5 Exception Handling (presentation)

DevShed: Using Method Call Overloading in PHP 4

Greg Beaver's Blog: multiple __HALT_COMPILER(); no longer raises notices PHP 5.2.2+


Community Events











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


interview testing development application tool series framework unittest phpunit code language release opinion podcast introduction conference functional example zendframework2 community

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