Posted by ImOk on 05/15/06 20:18
In Smalltalk I can get the list of the classes, methods and global
variables by querrying a global dictionary. In addition you can get the
arguments.
I know in PHP one can get the list of globals via the $GLOBALS array.
But Is there a way to get the list of all the functions and
classes/methods (and arguments) currently loaded in PHP by using
reflection?
Thank you
Navigation:
[Reply to this message]
|