In php I can check all available methods for an object like so:
$methods = get_class_methods($object);
But how can I see which arguments have to be sent to these methods?
Is there a function for this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…