Troubleshooting with var_dump in PHP
var_dump() function in PHP can be used for troubleshooting. var_dump() function can be used without any value. In this case this method will display a lot of system and environment information. If a variable is included in var_dump() method, then this function will provide information of what data type that variable is.
Comments
Post a Comment