Make deprecation clearer

This commit is contained in:
Fonata
2021-04-02 22:55:32 +02:00
committed by Fonata
parent abae91a1a2
commit 3ce6a82052
3 changed files with 93 additions and 31 deletions

View File

@@ -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.