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
How to Enable the PHP Mcrypt Module and Ensure Website Data Security
4
How to handle curl_multi_close and still get the return result
2
How to Install and Configure PHP 7 with Apache Web Server on CentOS 7
6
How to Debug Floating-Point Data Using is_real and var_dump?
7
Similar Functions
var_dump
var_dump
Printvariablerelated
boolval
boolval
Getthebooleanvalueof
unserialize
unserialize
CreateaPHPvaluefroma
debug_zval_dump
debug_zval_dump
Dumpthestringreprese
empty
empty
Checkifavariableisem
get_resource_id
get_resource_id
Returnstheintegeride
is_scalar
is_scalar
Detectwhetheravariab
is_array
is_array
Detectwhetheravariab
Popular Articles