News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell:
9 Magic Methods in PHP
December 11, 2012 @ 12:18:49

Lorna Mitchell has a new post showing nine of the magic methods that are included in PHP by default (like __construct, __get and __set) including a few you may not have used before.

The "magic" methods are ones with special names, starting with two underscores, which denote methods which will be triggered in response to particular PHP events. That might sound slightly automagical but actually it's pretty straightforward, we already saw an example of this in the last post, where we used a constructor - so we'll use this as our first example.

She includes details (and some code samples) for these methods:

  • __construct
  • __destruct
  • __get
  • __set
  • __call
  • __sleep
  • __wakeup
  • __clone
  • __toString

You can find out about these and a few others in this page of the PHP manual.

0 comments voice your opinion now!
magic methods oop introduction beginner tutorial


blog comments powered by Disqus

Similar Posts

IBM developerWorks: PHP encryption for the common man

MSBWare.com: Alternating Row Colors

Zend Developer Zone: Generating and Validating Web Forms With PEAR HTML_QuickForm

PHPMaster.com: Handling Collections of Aggregate Roots - the Repository Pattern

Zend Developer Zone: Book Review : PHP and MySQL by Example


Community Events











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


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

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