VarDump
If you do much development in PHP, you've undoubtedly used the var_dump() function to see the contents of a variable. And if you're like us, you've probably even cussed your monitor a time or two as you tried to decipher var_dump()'s output into something legible.
Loading...