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
DW PHP Configuration Optimization Guide - Improve Website Performance and Security
1
Write a learning case to demonstrate the typical application of mysqli_stmt::$error
2
How do stream_get_filters be used in conjunction with file stream operations?
7
Essential Techniques and Best Practices for PHP File Inclusion
4
Similar Functions
is_iterable
is_iterable
Verifythatthecontent
gettype
gettype
Getthetypeofvariable
is_object
is_object
Detectwhetheravariab
is_integer
is_integer
is_intalias
is_double
is_double
is_floatalias
floatval
floatval
Getthefloatingpointv
strval
strval
Getthestringvalueoft
print_r
print_r
Printvariablesinanea
Popular Articles