ReflectionParameter
PHP Manual

ReflectionParameter::isPassedByReference

(PHP 5)

ReflectionParameter::isPassedByReferenceChecks if passed by reference

説明

public bool ReflectionParameter::isPassedByReference ( void )

Checks if the parameter is passed in by reference.

警告

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

パラメータ

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

返り値

TRUE if the parameter is passed in by reference, otherwise FALSE

参考


ReflectionParameter
PHP Manual