mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
@@ -560,7 +560,14 @@ class parseCSV {
|
||||
}
|
||||
|
||||
/**
|
||||
* Parse CSV strings to arrays
|
||||
* Parse CSV strings to arrays. If you need BOM detection or character
|
||||
* encoding conversion, please call load_data() first, followed by a call to
|
||||
* parse_string() with no parameters.
|
||||
*
|
||||
* To detect field separators, please use auto() instead.
|
||||
*
|
||||
* Also, while load_data() can handle a lacking new-line char at the end of
|
||||
* the string, this function cannot.
|
||||
*
|
||||
* @param string $data CSV data
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user