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.
1.4m articles
1.4m replys
5 comments
57.0k users