is_array
PHP 4, PHP 5, PHP 7, PHP 8
is_array - Finds whether a variable is an array
Manual
is_array(
mixed$value ): bool
Finds whether the given variable is an array.
Parameters
- value
-
The variable being evaluated.
Return Values
Returns true if value is an array, false otherwise.