diff --git a/parsecsv.lib.php b/parsecsv.lib.php index c2a54d7..05d83a9 100644 --- a/parsecsv.lib.php +++ b/parsecsv.lib.php @@ -3,24 +3,15 @@ class parseCSV { /* - Class: parseCSV v0.4.3 beta https://github.com/jimeh/php-parsecsv - Fully conforms to the specifications lined out on wikipedia: - http://en.wikipedia.org/wiki/Comma-separated_values Based on the concept of Ming Hong Ng's CsvFileParser class: - - - - - - - - Copyright (c) 2007 Jim Myhrberg (jim@zydev.info). Permission is hereby granted, free of charge, to any person obtaining a copy @@ -41,8 +32,6 @@ class parseCSV { OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - Code Examples ---------------- # general usage @@ -79,8 +68,6 @@ class parseCSV { $csv = new parseCSV(); $csv->output (true, 'movies.csv', $array); ---------------- - - */