Csv::save()
Method: Save Save changes, or write a new file and/or data
Source Files: includes/lib/parsecsv-for-php/src/Csv.php
Method: Save Save changes, or write a new file and/or data
Method: Output Generate a CSV based string for output.
Method: Encoding Convert character encoding
Method: Detect separator using a nonstandard hack: such file starts with the first line containing only “sep=;”, where the last character is the separator. Microsoft Excel is able to open such files.
Csv::_get_delimiter_from_sep_row Read More »