* Thus wrote Jackson Miller:
> So, now you have found the static method docs, and you have found the
> very minimal __call() docs but you have not come close to answering
> anything about using call with static methods.
> 
> For those who seem to miss the point, a static method call would be like:
> $a = Caller::test(1, "2", 3.4, true);
> 
> I have tried defining __call as a static method, but that does not
> give the desired result either.

__call() is only available with a scope of an instance of an
object. You can suggest adding this as a Feature/Request at
bugs.php.net, if you desire such a thing.



Curt
-- 
The above comments may offend you. flame at will.

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

Reply via email to