Merge pull request #57 from repat/patch-2

double array at save()
This commit is contained in:
2015-05-05 11:33:53 +01:00

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