PHP 8.3.7 Released!

ReflectionFunctionAbstract::returnsReference

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

ReflectionFunctionAbstract::returnsReferenceVerifica se retorna referência

Descrição

public ReflectionFunctionAbstract::returnsReference(): bool

Verifica se a função retorna uma referência.

Parâmetros

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

Valor Retornado

true se retorna uma referência, caso contrário false

Veja Também

add a note

User Contributed Notes

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