ReflectionClass

( excerpt from http://php.net/manual/en/class.reflectionclass.php )

The ReflectionClass class reports information about a class.

Interface Synopsis

class ReflectionClass implements Reflector {...}

Public Methods