PHP var_export() Function

PHP var_export() Function


The var_export() is a built-in function in PHP which is used to return the structured value(information) of a variable that is passed to this function as a parameter. This function is similar to the var_dump() function.
Syntax
 

var_export($var, $return)

Parameters: This function accepts two parameters as shown in the above syntax and are described below: