Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_debug_type
get_debug_type
Get the type of variable (can return more useful output information for arrays, strings, anonymous classes, and objects)
Name:
get_debug_type
Category:
Variable processing
Programming Language:
php
One-line Description:
Get the type of variable (can return more useful output information for arrays, strings, anonymous classes, and objects)
Related
socket_accept() + socket_write(): Send a response to the client
2
Use array_keys to get the key and reset the array value with array_fill_keys
5
The difference and connection between end() and reset()
9
Why use context to control flow behavior?
2
Similar Functions
floatval
floatval
Getthefloatingpointv
is_null
is_null
Detectwhetherthevari
boolval
boolval
Getthebooleanvalueof
intval
intval
Gettheintegervalueof
is_resource
is_resource
Detectwhetherthevari
is_scalar
is_scalar
Detectwhetheravariab
is_countable
is_countable
Verifythatthecontent
strval
strval
Getthestringvalueoft
Popular Articles