PHP: var_dump - Manual - PHP: Hypertext Preprocessor
You can also use the PEAR package available at http://pear.php.net/package/Var_Dump which parses the variable content in a very pleasant manner, a lot more easier to "follow" than the built-in var_dump() function. Of course there are many others, but I pr...