ReflectionFunctionAbstract::returnsReference
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
Checks if returns reference
Description
ReflectionFunctionAbstract::returnsReference(): bool
Checks whether the function returns a reference.
Parameters Parameters
Return Values
true if it returns a reference, otherwise false
See Also
ReflectionFunctionAbstract::isClosure