Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
gettype
gettype
Get the type of variable
Name:
gettype
Category:
Variable processing
Programming Language:
php
One-line Description:
Returns the type of the variable.
Related
PHP Coding Standards and Team Collaboration Practices: Enhancing Development Efficiency and Project Quality
9
mb_get_info: Best practices for getting the current default encoding type
6
How to avoid type mismatch error in settype()
6
How to use is_nan in combination with is_numeric to verify that the input is a number
10
Similar Functions
intval
intval
Gettheintegervalueof
strval
strval
Getthestringvalueoft
gettype
gettype
Getthetypeofvariable
var_export
var_export
Outputorreturnastrin
is_string
is_string
Detectwhetheravariab
doubleval
doubleval
aliasforfloatval
unserialize
unserialize
CreateaPHPvaluefroma
boolval
boolval
Getthebooleanvalueof
Popular Articles