From 27c2b55978aa13aea9808d60ac3820877b042ac1 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Tue, 23 Apr 2002 10:33:39 +0000 Subject: [PATCH] adding: git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79571 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fgetcsv.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/reference/filesystem/functions/fgetcsv.xml b/reference/filesystem/functions/fgetcsv.xml index efc6cea27e..24b7fea249 100644 --- a/reference/filesystem/functions/fgetcsv.xml +++ b/reference/filesystem/functions/fgetcsv.xml @@ -1,5 +1,5 @@ - + @@ -27,18 +27,20 @@ popen, or fsockopen - Length must be greater than the longest line to be found in the - CSV file (allowing for trailing line-end characters). + Length must be greater than the longest + line to be found in the CSV file (allowing for trailing line-end characters). fgetcsv returns &false; on error, including end of file. - - N.B. A blank line in a CSV file will be returned as an array - comprising a single &null; field, and will not be treated as an - error. - + + + A blank line in a CSV file will be returned as an array + comprising a single &null; field, and will not be treated as an + error. + + <function>fgetcsv</function> example - Read and print entire