PHP manual (site) and __methods?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Schraalhans Keukenmeester

    PHP manual (site) and __methods?

    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!

  • Kimmo Laine

    #2
    Re: PHP manual (site) and __methods?

    "Schraalhan s Keukenmeester" <bitbucket@inva lid.spamwrote in message
    news:460ba5f9$0 $337$e4fe514c@n ews.xs4all.nl.. .
    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!


    look for "magic methods"

    --
    "Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
    http://outolempi.net/ahdistus/ - Satunnaisesti päivittyvä nettisarjis
    spam@outolempi. net | rot13(xvzzb@bhg byrzcv.arg)


    Comment

    Working...