Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_numeric
is_numeric
Detect whether a variable is a numeric or a numeric string
Name:
is_numeric
Category:
Variable processing
Programming Language:
php
One-line Description:
Check if the variable is a numeric or a numeric string.
Related
9
How to Use PHP's is_numeric Function to Validate the Correct Numeric Format in JSON Data?
7
How to Use the is_numeric Function to Determine if a String is a Number? Practical Methods Explained
5
Similar Functions
settype
settype
Setthetypeofvariable
is_float
is_float
Detectwhetherthevari
get_resource_type
get_resource_type
Returnresourcetype
is_resource
is_resource
Detectwhetherthevari
floatval
floatval
Getthefloatingpointv
strval
strval
Getthestringvalueoft
is_int
is_int
Detectwhetheravariab
is_numeric
is_numeric
Detectwhetheravariab
Popular Articles
How to Use PHP's is_numeric Function to Validate the Correct Numeric Format in JSON Data?
How to Use the is_numeric Function to Determine if a String is a Number? Practical Methods Explained