anovsiradj / csv
Another CSV Library
dev-master
2021-05-05 03:05 UTC
This package is auto-updated.
Last update: 2024-11-05 10:38:55 UTC
README
Help/Debug/Development
/tests/states.csv https://gist.github.com/VictorDu/fbd642275a936c99c90c
Todos
- Generator callback, for manipulating output data. (example something like):
foreach($csv->stream(N,N, 'myCallbackFn') as $n) { }