PHP var_dump() function - w3resource - Web development tutorials | w3resource
The var_dump() function in PHP is used to display structured information (type and value) about one or more variables. ... Redirect the output of var_dump() function in a string We have already learned that var_dump() function is used to display structure...