(PHP 5 >= 5.1.2, PHP 7)
ReflectionParameter::isArray — Checks if parameter expects an array
This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouraged.
Checks if the parameter expects an array.
This function has no parameters.
true
if an array is expected, false
otherwise.