Added line to send people to the other examples within the repo.

This commit is contained in:
Christian Bläul
2018-01-21 18:19:26 +01:00
committed by Fonata
parent 2d7ab4b2f0
commit ab6b3d19e0

View File

@@ -104,6 +104,7 @@ $csv = new parseCSV();
$csv->output('movies.csv', $array, array('field 1', 'field 2'), ',');
```
For more complex examples, see the ``tests`` and `examples` directories.
## Credits