Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_iterable
is_iterable
Verify that the content of the variable is an iterable value
Name:
is_iterable
Category:
Variable processing
Programming Language:
php
One-line Description:
Checks whether the content of the variable is an iterable value.
Related
How to safely use mysqli::get_warnings in high concurrency environment
8
Implement a PHP script that automatically converts hexadecimal IP addresses to decimal format
9
In-Depth Analysis of Differences Between PHP and C Language and Their Applications
8
How to handle the difference between soft and hard links using PHP link function
1
Similar Functions
isset
isset
Detectwhetherthevari
boolval
boolval
Getthebooleanvalueof
is_int
is_int
Detectwhetheravariab
print_r
print_r
Printvariablesinanea
is_callable
is_callable
Detectwhetherthepara
is_numeric
is_numeric
Detectwhetheravariab
strval
strval
Getthestringvalueoft
unserialize
unserialize
CreateaPHPvaluefroma
Popular Articles