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
PHP File Handling Techniques: Master Common Read and Write Methods
5
How to calculate the space requirements for SCTP messages using socket_cmsg_space?
1
How to avoid performance issues using mysqli_result::fetch_column in a loop
5
How to use autoload class with get_include_path() with spl_autoload_register()
9
Similar Functions
get_debug_type
get_debug_type
Getthetypeofvariable
settype
settype
Setthetypeofvariable
is_long
is_long
is_intalias
is_double
is_double
is_floatalias
print_r
print_r
Printvariablesinanea
get_resource_id
get_resource_id
Returnstheintegeride
strval
strval
Getthestringvalueoft
is_string
is_string
Detectwhetheravariab
Popular Articles