Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
intval
intval
Get the integer value of the variable
Name:
intval
Category:
Variable processing
Programming Language:
php
One-line Description:
Returns the integer value of the variable.
Related
Use socket_cmsg_space to obtain socket information in combination with socket_getsockname
7
Why do some character sets go wrong when using mysqli::set_charset?
1
Accurate Online User Count Implementation with PHP
7
How to reasonably utilize array_slice when processing big data arrays in segments
7
Similar Functions
strval
strval
Getthestringvalueoft
is_countable
is_countable
Verifythatthecontent
is_numeric
is_numeric
Detectwhetheravariab
gettype
gettype
Getthetypeofvariable
is_double
is_double
is_floatalias
boolval
boolval
Getthebooleanvalueof
get_debug_type
get_debug_type
Getthetypeofvariable
is_long
is_long
is_intalias
Popular Articles