ReflectionParameter
PHP Manual

ReflectionParameter::isPassedByReference

(PHP 5)

ReflectionParameter::isPassedByReferenceChecks if passed by reference

Descrição

public bool ReflectionParameter::isPassedByReference ( void )

Checks if the parameter is passed in by reference.

Aviso

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

Veja Também


ReflectionParameter
PHP Manual