ReflectionMethod::export
(PHP 5, PHP 7)
Export a reflection method
Removed-8-0-0
Description
ReflectionMethod::export(string $class, string $name, bool $return = false): string
Exports a ReflectionMethod.
Parameters
classThe class name.
nameThe name of the method.
returnReturn
Return Values
Return
Changelog
| Version | Description |
|---|---|
| 8.0.0 | Function |
| 7.4.0 | Function |
See Also
ReflectionMethod::__constructReflectionMethod::__toString