ReflectionParameter::isPassedByReference

(PHP 5, PHP 7, PHP 8)

ReflectionParameter::isPassedByReference参照渡しかどうかを調べる

説明

public ReflectionParameter::isPassedByReference(): bool

パラメータが参照渡しであるかどうかを調べます。

パラメータ

この関数にはパラメータはありません。

戻り値

パラメータが参照渡しである場合に true、それ以外の場合に false を返します。

参考

関連キーワード:  参照, 渡し, ReflectionParameter, パラメータ, isPassedByReference, isOptional, isVariadic, public, 関数, 参考