Saturday, May 21, 2011

Php Code: Print Variable Contents

I use this every day. It's one of the most useful PHP debugging tools. You can print all of the contents of a variable (class, array or scalar) to get an idea of how the structure looks.

No comments:

Post a Comment