Is there a function to list all object's public methods and properties in PHP similar to Python's dir()?
dir()
PHP5 includes a complete Reflection API for going beyond what the older get_class_methods and get_object_vars can do.
2.1m questions
2.1m answers
60 comments
57.0k users