Keeping Track of Objects when Using Destructors in PHP 5
January 30th, 2008 | by admin | devshed.comAmong the improvements that were introduced into the object model of PHP 5 class destructors are quite possibly one of the easiest to learn and implement. As you may have heard a destructor is a special kind of method that is called automatically by the PHP interpreter right before destroying a particular object. So if you re interested in learning how to use them in your own PHP 5-driven applications you should start reading this article series …
Win a Dell XPS Ultra-Portable Notebook Free Registration to Insight24 Provides Access to Over 5,000 B2B Webcasts and Videos.
Related Posts
Tags: Destructors, Keeping, Objects, php.net, Track, Using, When
