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.