How do I know if an input sting is a method name of a specific class?

Posted by Itay Moav on Stack Overflow See other posts from Stack Overflow or by Itay Moav
Published on 2010-05-28T11:41:10Z Indexed on 2010/05/28 11:41 UTC
Read the original article Hit count: 169

Filed under:
|
|

Inside an object, I get a string and I have to know if there is a method with the same name in the current object I am in.
How do I do that?

© Stack Overflow or respective owner

Related posts about php

Related posts about oop