(PHP 5 >= 5.1.2, PHP 7)
ReflectionParameter::isArray — Checks if parameter expects an array
public ReflectionParameter::isArray ( ) : bool
Checks if the parameter expects an array.
This function has no parameters.
true
if an array is expected, false
otherwise.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/reflectionparameter.isarray.php