News Feed
Jobs Feed
Sections




News Archive
DevShed:
Understanding Destructors in PHP 5
January 17, 2008 @ 09:31:00

DevShed has started up yet another PHP-related series today with this new tutorial covering part of PHP5's object functionality - destructors.

This article, the first part of a five-part series, introduces you to destructors and their use with PHP 5 programs. [...] The word "destructor" relates to certain methods or functions of a determined programming language that are responsible for destroying data that, in the context of that particular language, shouldn't exist any longer.

They create a sample class (for storing user information) and show how to integrate a destructor to remove all traces of the user's information from the properties of the class.

0 comments voice your opinion now!
destructor php5 class tutorial example user information destructor php5 class tutorial example user information


blog comments powered by Disqus

Similar Posts

DevShed: Using Advanced Functions to Maintain the State of Applications with PHP Sessions

Atlanta PHP Users Group: February Meeting Reminder (2nd @ 7pm)

Site News: A Call for PHP User Group Information

NetTuts.com: Testing Laravel Controllers

PHPMaster.com: Laravel: Is It Really Clean and Classy?


Community Events











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


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

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