'Method name must be a string' when using __call method in php
- by Saif Bechan
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.