This is a handy way to output a complex object or nested array with PHP while retaining the visual structured indentation:
echo '<pre>' . print_r ( $complexobject, true ) . '</pre>';
<アンダブロッブ />
This is a handy way to output a complex object or nested array with PHP while retaining the visual structured indentation:
echo '<pre>' . print_r ( $complexobject, true ) . '</pre>';