ReflectionParameter::isArray
(PHP 5 >= 5.1.2, PHP 7)
ReflectionParameter::isArray — Checks 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.