PHP var_export() Function
Outputs or returns a parsable string representation of a variable. It will gives you structured information about the given variable. Syntax : $expression – The variable you want to export.$return – This is optional. If it is used and set to true then it will return the variable representation instead of outputting it else it… Read More »