ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::returnsReference

(PHP 5)

ReflectionFunctionAbstract::returnsReferenceChecks if returns reference

Descrizione

public bool ReflectionFunctionAbstract::returnsReference ( void )

Checks whether the function returns a reference.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if it returns a reference, otherwise FALSE

Vedere anche:


ReflectionFunctionAbstract
PHP Manual