ReflectionFunctionAbstract::returnsReference
(PHP 5)
ReflectionFunctionAbstract::returnsReference — Checks if returns reference
Descrição
public bool ReflectionFunctionAbstract::returnsReference
( void
)
Checks whether the function returns a reference.
Warning
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