ReflectionFunction
( excerpt from http://php.net/manual/en/class.reflectionfunction.php )
The ReflectionFunction class reports information about a function.
Interface Synopsis
class ReflectionFunction extends ReflectionFunctionAbstract implements Reflector {...}
Public Methods
-
::export($name, $return = false)
( excerpt from http://php.net/manual/en/reflectionfunction.export.php ) -
->__construct($name_or_closure)
( excerpt from http://php.net/manual/en/reflectionfunction.construct.php ) -
->__toString(): string
( excerpt from http://php.net/manual/en/reflectionfunction.tostring.php ) -
->getAttributeClass<T as HH\FunctionAttribute>(classname<T> $c): ?T
-
->getClosureThis(): mixed
Returns this pointer bound to closure -
->getName(): string
(excerpt from http://php.net/manual/en/reflectionfunctionabstract.getname.php ) -
->invoke(...$args)
( excerpt from http://php.net/manual/en/reflectionfunction.invoke.php ) -
->invokeArgs(varray $args)
( excerpt from http://php.net/manual/en/reflectionfunction.invokeargs.php ) -
->isDisabled(): bool
( excerpt from http://php.net/manual/en/reflectionfunction.isdisabled.php )