Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
var_export
var_export
Output or return a string representation of a variable
Name:
var_export
Category:
Variable processing
Programming Language:
php
One-line Description:
Returns structured information about the variable (valid PHP code).
Related
Practical Methods for Loading XML Files in PHP
4
How to Set Up and Configure PHP Environment on Cenos Operating System
10
How to Understand the Basic Principles and Applications of the HWB Model in the imagecolorclosesthwb Function for Beginners?
2
The Impact of Iteration Count (Iterations) in the hash_pbkdf2 Function on Security
5
Similar Functions
is_real
is_real
is_floatalias
is_integer
is_integer
is_intalias
get_defined_vars
get_defined_vars
Returnsanarrayofalld
get_resource_type
get_resource_type
Returnresourcetype
debug_zval_dump
debug_zval_dump
Dumpthestringreprese
get_debug_type
get_debug_type
Getthetypeofvariable
strval
strval
Getthestringvalueoft
intval
intval
Gettheintegervalueof
Popular Articles