PHP - Manual: ReflectionParameter::isPassedByReference
2024-11-15
(PHP 5, PHP 7, PHP 8)
ReflectionParameter::isPassedByReference — Checks if passed by reference
Checks if the parameter is passed in by reference.
此函数没有参数。
true
if the parameter is passed in by reference, otherwise false
官方地址:https://www.php.net/manual/en/reflectionparameter.ispassedbyreference.php