Recommend this page to a friend! |
Classes of Michal Palma | > | CSV managing class | > | readmeFirst.txt | > | Download |
|
![]() |
/* * deals with CSV files * @package csv * @date 2005-08-01 */ - PHP 5 needed This class was writen to more easily parsing CSV files. Public methods are described in CsvInterface. Throws standard PHP5 Exceptions. Case of use is defined in ___case_of_use.php. |