double array at save()

sic, see code example on line 68 https://github.com/parsecsv/parsecsv-for-php/blob/master/parsecsv.lib.php#L68
This commit is contained in:
repat
2015-05-05 10:42:12 +02:00
parent 83ec2fbce7
commit 9c6e0d64cf

View File

@@ -85,7 +85,7 @@ _Only recommended when you know the extact structure of the file._
```php
$csv = new parseCSV();
$csv->save('data.csv', array('1986', 'Home', 'Nowhere', ''), true);
$csv->save('data.csv', array(array('1986', 'Home', 'Nowhere', '')), true);
```
**Convert 2D array to csv data and send headers to browser to treat output as