ReflectionParameter::getDeclaringFunction
( excerpt from http://php.net/manual/en/reflectionparameter.getdeclaringfunction.php )
public function getDeclaringFunction();
Gets the declaring function. Warning: This function is currently not documented; only its argument list is available.
Returns
mixed
- A ReflectionFunction object.