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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator