ReflectionParameter::isPassedByReference
(PHP 5)
ReflectionParameter::isPassedByReference — Checks if passed by reference
Descripción
public bool ReflectionParameter::isPassedByReference
( void
)
Checks if the parameter is passed in by reference.
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
TRUE if the parameter is passed in by reference, otherwise FALSE
There are no user contributed notes for this page.
