PHP 8.3.7 Released!

ReflectionParameter::isPassedByReference

(PHP 5, PHP 7, PHP 8)

ReflectionParameter::isPassedByReferenceVerifica se foi passado por referência

Descrição

public ReflectionParameter::isPassedByReference(): bool

Verifica se o parâmetro é passado por referência.

Parâmetros

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

Valor Retornado

true se o parâmetro for passado por 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