Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_array
is_array
Detect whether a variable is an array
Name:
is_array
Category:
Variable processing
Programming Language:
php
One-line Description:
Check if the variable is an array.
Related
How to Efficiently Filter Array Data Using is_array and array_filter in PHP
1
is_array tips for judging array element types in loops
3
Use is_array to resolve common errors in array type judgment in PHP
3
Similar Functions
debug_zval_dump
debug_zval_dump
Dumpthestringreprese
is_callable
is_callable
Detectwhetherthepara
boolval
boolval
Getthebooleanvalueof
is_countable
is_countable
Verifythatthecontent
get_resource_type
get_resource_type
Returnresourcetype
is_long
is_long
is_intalias
is_double
is_double
is_floatalias
is_null
is_null
Detectwhetherthevari
Popular Articles
Use is_array to resolve common errors in array type judgment in PHP
How to Efficiently Filter Array Data Using is_array and array_filter in PHP
is_array tips for judging array element types in loops