Recommend this page to a friend! |
Download .zip |
Info | View files (7) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-06-12 (10 years ago) | 46% | Total: 1,372 This week: 1 | All time: 2,736 This week: 1,047 |
Version | License | Categories | ||||
phpcsv 1.0.0 | GNU General Publi... | Files and Folders |
Description | Author | |||||||||||||
This class can be used to read and parse Comma Separated Values (CSV) files. |
|
#==============================================================================# +--------------------------------+ | 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. #==============================================================================# |
Files |
File | Role | Description |
---|---|---|
CHANGELOG | Doc. | Change Log |
csv.class.php | Class | phpCSV Main Class |
test.csv.class.php | Example | Example script |
test.csv.class.csv | Data | Sample data file |
LICENCE | Lic. | License File |
INSTALL | Doc. | Installation |
README | Doc. | Readme |
phpcsv-2006-06-12.zip 11KB | |
phpcsv-2006-06-12.tar.gz 9KB | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
phpFile | .zip .tar.gz | Used to access the filesystem | Required |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 1 |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
phpIP2Country | Required to read the IP CSV Data feed | Required |
Related pages |
Support Forum Support Forum |