Skip to content

Filename feature / Writing arrays cleaner

Compare
Choose a tag to compare
@levidurfee levidurfee released this 26 Nov 16:06
· 17 commits to master since this release

In this version, you can change the filename of the log file, as well as the filename extension, or you can use the default options. The default options are Y-m-d and .log.

Instead of serializing the array and writing it that way, it now uses print_r to turn the array into a string that is formatted similarly to var_dump's output.