Page 1 of 1
Class functions __set __get
Posted: Sat Feb 10, 2007 10:29 am
by phppage
Where the class functions __set and __get release in PHP5 or are they available in PHP4 as well? Looked at PHP.net and could not find them listed.
Posted: Sat Feb 10, 2007 10:33 am
by Chris Corbyn
They're not real functions so won't be listed in the function reference. It's like searchg for __construct().
No, they're PHP5 only and are what PHP call overloaded functions -- even though that term doesn't strike me as correct because overloading is something different all together

Posted: Sat Feb 10, 2007 10:35 am
by phppage
Many thanks. Saved me hours trying to get that to work.

Posted: Sat Feb 10, 2007 11:55 am
by volka