ReflectionFunction::__construct
( excerpt from http://php.net/manual/en/reflectionfunction.construct.php )
public function __construct(
$name_or_closure,
);
Constructs a ReflectionFunction object.
Parameters
$name_or_closure
Returns
mixed
- No value is returned.