Hi everyone
How can I expose the object's method and properties?
Is there a php command or keyword which expose the object's method and properties?
For example: print_r arr[0]; will print on the screen all of the array (the index or keys and the content). I'm look for somting simler that prints on the screen all of the object's method and properties.
So, who can I print all of the object's 'tree' of functions and variables?
Thanks