ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::returnsReference

(PHP 5)

ReflectionFunctionAbstract::returnsReferenceChecks if returns reference

Opis

public bool ReflectionFunctionAbstract::returnsReference ( void )

Checks whether the function returns a reference.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if it returns a reference, otherwise FALSE

Zobacz też:


ReflectionFunctionAbstract
PHP Manual