|
About:
Destructor is a class that can be used to
implement class destructor functionality in a way
that works under PHP 4. It works as a base class
that keeps track of all objects that are created
by its subclasses. If a PHP script attempts to
exit before an object is destroyed, a shutdown
function is called to explicitly destroy any
pending objects.
Author:
SmokeyB [contact developer]
Homepage:
http://www.phpclasses.org/browse/package/2657.html
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|