News Feed
Jobs Feed
Sections




News Archive
DevShed:
The Destruct Magic Function in PHP 5
June 24, 2009 @ 08:46:18

DevShed has posted the second to last part of their tutorial series looking at the magic functions in PHP. This time they focus on the destruct function, a method that is fired off when an object is being removed from memory.

There are a few [other methods] that can be really useful for performing relatively complex tasks with a minimal amount of code. That's exactly the case with the "__destruct()" method, which will be called automatically by the PHP engine before destroying an instance of a particular class at the end of a script.

They update their example class with a new __destruct method that takes the user information inserted previously, serializes it and drops it into the current session.

0 comments voice your opinion now!
tutorial function magic destruct


blog comments powered by Disqus

Similar Posts

AnyExamples.com: PHP Whois Client Function

PHPBuilder.com: Using the ADOdb library with Oracle and PHP

Perplexed Labs Blog: PHP Forking to Concurrency with pcntl_fork()

Adobe Developer Connection: Flex and PHP charting

Gonzalo Ayuso's Blog: Watermarks in our images with PHP and mod_rewrite


Community Events









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


zendframework2 example event composer framework opinion introduction functional language tool release interview development code community podcast object conference testing api

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