Jump to content

var_dump?


eduard

Recommended Posts

When you are debugging a program, it is often useful to look at the values of your variables. For a string or a number, you can echo the value. An array or object is more complicated. Use var_dump to the the contents of an object or variable.Remember, this is for debugging. You will remove var_dump statements before your program is ready for visitors.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...