News Feed
Jobs Feed
Sections




News Archive
Think Vitamin:
9 Magic Methods for PHP
June 07, 2010 @ 13:58:41

For those just getting started with PHP and wondering what these "magic methods" are all about (and they can be a little confusing for someone not used to the language), Lorna Mitchell has a new tutorial posted to the Think Vitamin blog on just that topic.

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 talks about nine of these magic functions including:

  • __get/__set for variable handling
  • __sleep/__wakeup for serializing data
  • __call/__callStatic for methods in a class
  • __construct/__destruct for making and destroying classes
0 comments voice your opinion now!
magic method tutorial oop


blog comments powered by Disqus

Similar Posts

Simon Harris' Blog: Making Phone Calls and Sending SMS with HTML

William Durand: REST APIs with Symfony2: The Right Way

PHPBuilder.com: Using SPL Iterators in PHP to Interact with Different Data Types

Make Me Pulse Blog: Connect to Active Directory LDAP with PHP

Community News: Latest PECL Releases for 01.24.2012


Community Events











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


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

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