Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_countable
is_countable
Verify that the content of the variable is a countable value
Name:
is_countable
Category:
Variable processing
Programming Language:
php
One-line Description:
Checks whether the content of the variable is a countable value.
Related
Why Does the Return Behavior of is_bool Differ from is_null?
5
Implement FTP file browser using ftp_login + ftp_rawlist
2
krsort sorting does not take effect? Solve FAQs
3
Tips for combining imagegetclip with imagecopy function
8
Similar Functions
empty
empty
Checkifavariableisem
is_scalar
is_scalar
Detectwhetheravariab
get_resource_type
get_resource_type
Returnresourcetype
var_export
var_export
Outputorreturnastrin
is_real
is_real
is_floatalias
strval
strval
Getthestringvalueoft
get_resource_id
get_resource_id
Returnstheintegeride
settype
settype
Setthetypeofvariable
Popular Articles