Monday, April 5, 2010

what are the magic methods in php

Answer
__construct
__destruct
__call
__callStatic
__get
__set
__isset
__unset
__sleep
__wakeup
__toString
__invoke
__set_state
__clone

These are all the magic methods in php

No comments:

Post a Comment