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