ReflectionParameter
PHP Manual

ReflectionParameter::isArray

(PHP 5 >= 5.1.0)

ReflectionParameter::isArrayChecks if parameter expects an array

Описание

public bool ReflectionParameter::isArray ( void )

Checks if the parameter expects an array.

Параметри

Тази функция няма параметри.

Връщани стойности

TRUE if an array is expected, FALSE otherwise.

Вж. също


ReflectionParameter
PHP Manual