diff --git a/reference/filesystem/functions/fgetcsv.xml b/reference/filesystem/functions/fgetcsv.xml index 7de6ca4d97..0ea278315b 100644 --- a/reference/filesystem/functions/fgetcsv.xml +++ b/reference/filesystem/functions/fgetcsv.xml @@ -1,5 +1,5 @@ - + @@ -20,10 +20,10 @@ fgetcsv parses the line it reads for fields in CSV format and returns an array containing the fields read. The optional third delimiter - parameter defaults as a comma. The optional enclosure - cannot be null, and is limited to one character. If - enclosure is more than one character, only the - first character is used. + parameter defaults as a comma, and the optional enclosure + defaults as a double quotation mark. Both delimiter + and enclosure are limited to one character. If + either is more than one character, only the first character is used.