mirror of
https://github.com/php/presentations.git
synced 2026-03-24 07:32:11 +01:00
11 lines
276 B
XML
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> |