From 8ba88c582d1e01f9e77f8c4c01b9497b066e0e3a Mon Sep 17 00:00:00 2001 From: William Knauss Date: Fri, 9 May 2014 21:31:22 -0400 Subject: [PATCH] removed documentation whitespace --- parsecsv.lib.php | 13 ------------- 1 file changed, 13 deletions(-) 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); ---------------- - - */