ReflectionParameter
PHP Manual

ReflectionParameter::isPassedByReference

(PHP 5)

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

説明

public bool ReflectionParameter::isPassedByReference ( void )

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

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

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

返り値

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

参考


ReflectionParameter
PHP Manual