From f1720e55ed6cd27e2143ef538a7b1ef7145c24cb Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 29 Sep 2004 15:24:13 +0000 Subject: [PATCH] fix spelling + extra tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169555 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fputcsv.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/filesystem/functions/fputcsv.xml b/reference/filesystem/functions/fputcsv.xml index 9dcf8cf73f..9f3f004d3a 100755 --- a/reference/filesystem/functions/fputcsv.xml +++ b/reference/filesystem/functions/fputcsv.xml @@ -1,5 +1,5 @@ - + fputcsv @@ -19,16 +19,17 @@ fputcsv formats a line (passed as a fields array) as CSV and write it to the - specified file handle. Returns the legth of the + specified file handle. Returns the length of the written string, or &false; on failure. The optional delimiter parameter sets the field - delimiter (one character only). Defaults as a comma. + delimiter (one character only). Defaults as a comma: ,. - The enclosure parameter sets the field enclosure - (one character only) and defaults to a double quotation mark ("). + The optional enclosure parameter sets the field + enclosure (one character only) and defaults to a double quotation mark: + ".