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