Language: Destructor
Bryan Smith (contact me)
This class can be used to implement class destructor functionality in a way that it 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.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (66.7%)
| -
| Sufficient (66.7%)
| -
| -
| Not sure (50.8%)
| 1207 |
Click here for detailed information about this class on phpclasses.org