In php, I can check all available methods for an object as follows:
$methods = get_class_methods($object);
But how can I see which arguments should be sent to these methods?
Is there a function for this?
object methods php class arguments
Rakward Aug 2 '10 at 12:17 2010-08-02 12:17
source share