|
|
| Name: |
b3rtCSVReader |
| Base name: |
b3rtcsvreader |
| Description: |
Parse CSV files in pure PHP |
| Related classes: |
fgetcsv |
| Version: |
1.03 |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
437 users |
| All time rank: |
4925 |
| Week users: |
0 users |
| Week rank: |
2367 |
| |
|
This class can be used to parse CSV files.
It opens and reads a given CSV file parsing the data in its rows using pure PHP code without using fgetcsv function.
The class reads on record row at a time and returns an array with the values for all columns.
The column separator character is configurable, so it can be a tab or anything besides the default character, which is a comma.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|