Getting method params

MerylDywhite

New Member
Lets say I have a class like:class SomeClass{ function someAction($param1,$param2){}}Is there any way to get analyzing data like \[code\]array('param1','param2')\[/code\] without actual execution of method? Preferably without php extensions or prior code analysis (fopen...)
 
Back
Top