+
The ReflectionMethod class reports **information** about the methods of a class.
The ReflectionMethod class reports information about the methods of a class.- $method = new ReflectionMethod('foo', 'bar');
- $num = $method->getNumberOfParameters();
- http://us3.php.net/manual/en/class.reflectionmethod.php
PHP,Reflection,Class
✯
✯✯
✯✯
✯✯
✯✯
✯