ReflectionParameter
PHP Manual

ReflectionParameter::isPassedByReference

(PHP 5)

ReflectionParameter::isPassedByReferenceChecks if passed by reference

Opis

public bool ReflectionParameter::isPassedByReference ( void )

Checks if the parameter is passed in by reference.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Zobacz też:


ReflectionParameter
PHP Manual