ReflectionParameter::isPassedByReference
ReflectionParameter::isPassedByReference
(PHP 5, PHP 7)
ReflectionParameter :: isPassedByReference - 检查是否通过引用传递
描述
public bool ReflectionParameter::isPassedByReference ( void )
检查参数是否通过参考传入。
警告
此功能目前没有记录; 只有它的参数列表可用。
参数
该功能没有参数。
返回值
如果该参数是通过引用传入返回TRUE
,否则返回FALSE
← ReflectionParameter::isOptional
ReflectionParameter::isVariadic →