Files
archived-presentations/slides/debugging/manual_debug2.xml
2004-03-09 16:41:39 +00:00

11 lines
276 B
XML

<slide title="ECHO Debugging Cont.">
<blurb fontsize="4em">
PHP includes %print_r()% and %var_dump()% functions that can be used
to print complex data structures like objects and arrays that %echo%
cannot print.
</blurb>
<example filename="echo2.php" type="php" />
</slide>