ReflectionParameter
PHP Manual

ReflectionParameter::isPassedByReference

(PHP 5)

ReflectionParameter::isPassedByReferenceChecks if passed by reference

Descrizione

public bool ReflectionParameter::isPassedByReference ( void )

Checks if the parameter is passed in by reference.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

TRUE if the parameter is passed in by reference, otherwise FALSE

Vedere anche:


ReflectionParameter
PHP Manual