ReflectionParameter::isPassedByReference
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Checks if passed by reference
Description
ReflectionParameter::isPassedByReference(): bool
Checks if the parameter is passed in by reference.
Parameters Parameters
Return Values
true if the parameter is passed in by reference, otherwise false
See Also
ReflectionParameter::getName