ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::returnsReference

(PHP 5, PHP 7)

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

A se vedea și


ReflectionFunctionAbstract
PHP Manual