http://it2.php.net/manual/en/class.reflectionclass.phpCodice PHP:
class A{
function test(){}
}
$reflection= new ReflectionClass('A');
var_dump($reflection->getMethods());
![]()
http://it2.php.net/manual/en/class.reflectionclass.phpCodice PHP:
class A{
function test(){}
}
$reflection= new ReflectionClass('A');
var_dump($reflection->getMethods());
![]()
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it