On Tue, Jul 15, 2003 at 06:08:29PM -0400, Greg Beaver wrote:
> In addition, will call_user_func() support static methods before 1.0? 
> call_user_func('class::method', $args);

call_user_func(array('class','method'), $args);

Should work.
-- 
Regards,
Stefan Walk
<[EMAIL PROTECTED]>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to