资 源 简 介
This project has been moved to Github:
https://github.com/parsecsv/parsecsv-for-php
**parseCSV** is an easy to use PHP class to read and write CSV data properly. It fully conforms to the specifications outlined on the on the Wikipedia article. It has a few advanced features which help make your life easier when dealing with CSV data.
I created this class due to the lack of built-in and third-party support for handling CSV data in PHP.
Please check the Examples page for basic sample code illustrating the use of parseCSV.
Features:
parseCSV is the only complete and fully featured CSV solution for PHP (as far as i know).
Supports enclosed values, enclosed commas, double quotes and new lines.
Automatic delimiter character detection.
Sort data by spec