ReflectionParameter::isArray

(PHP 5 >= 5.1.2, PHP 7)

ReflectionParameter::isArrayChecks if parameter expects an array

说明

public ReflectionParameter::isArray ( void ) : bool

Checks if the parameter expects an array.

参数

此函数没有参数。

返回值

TRUE if an array is expected, FALSE otherwise.

参见

User Contributed Notes

There are no user contributed notes for this page.