-
Replacing commas in the output string. It's a comma separated file, so I modified the output routine to search for commas and replace them with a space character. Not sure I like the formatting of the PHP (array() inside of an array_map()).
Replacing commas in the output string. It's a comma separated file, so I modified the output routine to search for commas and replace them with a space character. Not sure I like the formatting of the PHP (array() inside of an array_map()).