Cut n' paste PHP var_dump() output below to format in a more human readable format.
Simple replacements based on following rules:
input = input.replaceAll('{ [', '{<br>['); input = input.replaceAll('" ["', '"<br>["'); input = input.replaceAll('NULL [', 'NULL <br>['); input = input.replaceAll('} ["', '}<br>["'); input = input.replaceAll('} }', '}<br>}'); input = input.replaceAll(') [', ')<br>[');

No comments:
Post a Comment