indeed that page does not make it very clear,
it's the generic call_back syntax, which can be used practically everywhere a callback function is expected, the array you pass can be in the form of:


array($object, 'methodname')

or

array('classname', 'methodname')

the second version allows you to use static class methods.

I never knew about this syntax until I saw it on this newsgroup quite a few months back. Perhaps an update to the manual is in order? (Whistling and walking away...)


--
Teach a person to fish...

Ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html
PHP Manual: http://www.php.net/manual/en/index.php
php-general archives: http://marc.theaimsgroup.com/?l=php-general&w=2

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to