Codice PHP:
class A{
    function 
test(){}
}
$reflection= new ReflectionClass('A');
var_dump($reflection->getMethods()); 
http://it2.php.net/manual/en/class.reflectionclass.php