cortesi         Tue Apr 23 06:33:39 2002 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fgetcsv.xml 
  Log:
  adding:
  <parameter>
  <note>
  
  
Index: phpdoc/en/reference/filesystem/functions/fgetcsv.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.2 
phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.2    Wed Apr 17 02:38:06 
2002
+++ phpdoc/en/reference/filesystem/functions/fgetcsv.xml        Tue Apr 23 06:33:39 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fgetcsv">
    <refnamediv>
@@ -27,18 +27,20 @@
      <function>popen</function>, or <function>fsockopen</function>
     </simpara>
     <simpara>
-     Length must be greater than the longest line to be found in the
-     CSV file (allowing for trailing line-end characters).
+     <parameter>Length</parameter> must be greater than the longest 
+     line to be found in the CSV file (allowing for trailing line-end characters).
     </simpara>
     <simpara>
      <function>fgetcsv</function> returns &false; on error, including
      end of file.
     </simpara>
-    <simpara>
-     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.
-    </simpara>
+    <note>
+     <simpara>
+      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.
+     </simpara>
+    </note>
     <example>
      <title>
       <function>fgetcsv</function> example - Read and print entire


Reply via email to