ReflectionParameter
PHP Manual

ReflectionParameter::isArray

(PHP 5 >= 5.1.0)

ReflectionParameter::isArrayChecks if parameter expects an array

Descrição

public bool ReflectionParameter::isArray ( void )

Checks if the parameter expects an array.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

TRUE if an array is expected, FALSE otherwise.

Veja Também


ReflectionParameter
PHP Manual