ReflectionFunction::__toString
( excerpt from http://php.net/manual/en/reflectionfunction.tostring.php )
public function __toString(): string;
Returns
string- A representation of this ReflectionFunction.
( excerpt from http://php.net/manual/en/reflectionfunction.tostring.php )
public function __toString(): string;
string - A representation of this ReflectionFunction.