From http://www.php.net/manual/en/language.oop.php:
PHP reserves all function names starting with __ as magical. It is recommended that you do not use function names with __ in PHP unless you want some documented magic functionality.
This sort of thing reminds me of why I’m fond of programming: it is the closest people have come yet to genuine wizardry.
No comments yet.