PHP’s function to list all objects’s properties and methods

PHP5 includes a complete Reflection API for going beyond what the older get_class_methods and get_object_vars can do.

Leave a Comment