PHP 8.1.28 Released!

ReflectionFunctionAbstract::returnsReference

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::returnsReferenceChecks if returns reference

Descrição

public ReflectionFunctionAbstract::returnsReference(): bool

Checks whether the function returns a reference.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

true if it returns a reference, otherwise false

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top