This entry is part 1 of 6 in the series PHP Reserved Functions

As other programming/scripting language PHP also have some reserved functions, normally these functions starts with double underscore (__) in PHP.
These reserved functions adds some magic functionality to you code.