Snippets tagged “var-export”
1 snippet uses this tag.
- How to output (to a log) a multi-level array in a format that is human-readable?PHP
There are a few different ways you can output a multi-level array in a human-readable format, depending on what you mean by "human-readable" and what you want to achieve.