ReflectionParameter::isArray
(PHP 5 >= 5.1.0)
ReflectionParameter::isArray — Checks if parameter expects an array
Descrizione
public bool ReflectionParameter::isArray
( void
)
Checks if the parameter expects an array.
Elenco dei parametri
Questa funzione non contiene parametri.
Valori restituiti
TRUE if an array is expected, FALSE otherwise.
There are no user contributed notes for this page.
