#==============================================================================#
+--------------------------------+
| phpCSV - CSV Abstraction Class |
+--------------------------------+
Author : Mike Leigh
Email : mike@mikeleigh.com
Website : http://www.mikeleigh.com/scripts/phpcsv
Support : http://www.mikeleigh.com/forum
Licence : GNU GPL - see LICENCE file
Version : 0.3
phpCSV allows data to be read from CSV files into arrays.
This class can be used to read and parse Comma Separated Values (CSV) files.
It can parse each CSV file line and store the retrieved data in a
bi-dimensional array class variable. The separator character and line length
limit values are configurable.
Incorporating phpCSV into your application is as simple as including the class
file like so:
include('path/to/csv.class.php');
For installation instructions see the INSTALL file.
For license details see the LICENSE file.
For development history see the CHANGELOG file.
#==============================================================================# |