ReflectionParameter::isPassedByReference

(PHP 5, PHP 7, PHP 8)

ReflectionParameter::isPassedByReference检查是否按引用传递

说明

public ReflectionParameter::isPassedByReference(): bool

检查参数是否按引用传递。

参数

此函数没有参数。

返回值

true 如果参数按引用传递,否则 false

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top