There is none that I know of. Although it should be simple to do, if you are just after a classes properties and method names. If you need to get visibility details (PHP 5) then the Reflection API is for you. get_class_methods and get_class_vars should get you started.