$blah = new ReflectionMethod('classe', 'metodo');
echo $blah->getNumberOfParameters();