ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::returnsReference

(PHP 5)

ReflectionFunctionAbstract::returnsReferenceChecks if returns reference

説明

public bool ReflectionFunctionAbstract::returnsReference ( void )

Checks whether the function returns a reference.

警告

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

パラメータ

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

返り値

TRUE if it returns a reference, otherwise FALSE

参考


ReflectionFunctionAbstract
PHP Manual