mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Make deprecation clearer
This commit is contained in:
@@ -18,8 +18,8 @@ $csv->auto('_books.csv');
|
||||
# if its not the default comma...
|
||||
// $csv->delimiter = "\t"; # tab delimited
|
||||
|
||||
# ...and then use the parse() function.
|
||||
// $csv->parse('_books.csv');
|
||||
# ...and then use the parseFile() function.
|
||||
// $csv->parseFile('_books.csv');
|
||||
|
||||
|
||||
# Output result.
|
||||
|
||||
Reference in New Issue
Block a user