ReflectionParameter::isPassedByReference
(PHP 5)
ReflectionParameter::isPassedByReference — Checks if passed by reference
Descrição
public bool ReflectionParameter::isPassedByReference
( void
)
Checks if the parameter is passed in by reference.
Warning
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
TRUE if the parameter is passed in by reference, otherwise FALSE