From 8c50bb67376f8ece64d43322e1d1b17a7e9d0f61 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 28 Apr 2003 15:18:55 +0000 Subject: [PATCH] Added info about the default value of enclosure parameter Removed "enclosure cannot be null" notice as it now rejects such a wrong parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124900 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fgetcsv.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.