var_dump
Return all the data about a variable in a structured format.
var_dump($your_variable);
copy
Return all the data about a variable in a structured format.
var_dump($your_variable);
copy