Is there an equivalent Python method dir()in PHP? It would be very nice if I could see which methods are associated with a particular data type or class.
dir()
Afaik PHP does not have an equivalent only dir, but you can get such information with functions such as get_class_methods: http://php.net/manual/en/ref.classobj.php
dir
get_class_methods