ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::returnsReference

(PHP 5)

ReflectionFunctionAbstract::returnsReferenceChecks if returns reference

Descrierea

public bool ReflectionFunctionAbstract::returnsReference ( void )

Checks whether the function returns a reference.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

TRUE if it returns a reference, otherwise FALSE

Vedeți de asemenea


ReflectionFunctionAbstract
PHP Manual