'Method name must be a string' when using __call method in php

Posted by Saif Bechan on Stack Overflow See other posts from Stack Overflow or by Saif Bechan
Published on 2010-05-28T15:49:30Z Indexed on 2010/05/28 15:52 UTC
Read the original article Hit count: 156

Filed under:

I am using the magic __call method in PHP. Sometimes the function I call is a number. For example the class name is example, then sometimes I want to call example::32

Is this possible or should I look at another alternative.

© Stack Overflow or respective owner

Related posts about php