PHP 8.5.0 Alpha 1 available for testing

ReflectionParameter::isPassedByReference

(PHP 5, PHP 7, PHP 8)

ReflectionParameter::isPassedByReferenceVerifica si el parámetro es pasado por referencia

Descripción

public ReflectionParameter::isPassedByReference(): bool

Verifica si el parámetro es pasado por referencia.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

true si el parámetro es pasado por referencia, false en caso contrario.

Ver también

add a note

User Contributed Notes

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