Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Mike Leigh  >  phpCSV  >  README  >  Download  
File: README
Role: Documentation
Content type: text/plain
Description: Readme
Class: phpCSV
Read data from CSV files into arrays
Author: By
Last change: See the CHANGELOG file for the summary of changes to this version
Date: 2006-06-12 22:48
Size: 1,071 bytes
 

Contents

Class file image Download
#==============================================================================#
+--------------------------------+
| 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.

#==============================================================================#