ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::returnsReference

(PHP 5)

ReflectionFunctionAbstract::returnsReferenceChecks if returns reference

Descrição

public bool ReflectionFunctionAbstract::returnsReference ( void )

Checks whether the function returns a reference.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

TRUE if it returns a reference, otherwise FALSE

Veja Também


ReflectionFunctionAbstract
PHP Manual