Posted by Schraalhans Keukenmeester on 03/29/07 11:41
My hosting party recently switched to PHP5 (finally) enabling me to do
useful OOP stuff, which was at best challenging in PHP4.
I can't seem to find the manual pages containing info on methods like:
__get()
__set()
__autoload()
__call()
et cetera (I bet there are quite a few more handy ones) using the PHP
site's own search box. Google usually helps out (e.g.
'__autoload site:php.net' as a search quesry gets me there. [I love the
site: option in Google btw.]
Is there an easy way to find such pages from within the php site ?
Thanks!
[Back to original message]
|