(PHP 5 >= 5.1.0, PHP 7)
Checks if parameter expects an array
public bool ReflectionParameter::isArray ( void )
Checks if the parameter expects an array.
Returns:
TRUE
if an array is expected, FALSE
otherwise.
See also:
Please login to continue.