dams            Wed Sep 29 11:24:13 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fputcsv.xml 
  Log:
  fix spelling + extra tags
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fputcsv.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/filesystem/functions/fputcsv.xml
diff -u phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.1 
phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.2
--- phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.1    Mon Sep 27 11:24:05 
2004
+++ phpdoc/en/reference/filesystem/functions/fputcsv.xml        Wed Sep 29 11:24:13 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.fputcsv">
    <refnamediv>
     <refname>fputcsv</refname>
@@ -19,16 +19,17 @@
     <para>
      <function>fputcsv</function> formats a line (passed as a
      <parameter>fields</parameter> array) as CSV and write it to the
-     specified file <parameter>handle</parameter>. Returns the legth of the
+     specified file <parameter>handle</parameter>. Returns the length of the
      written string, or &false; on failure.
     </para>
     <para>
      The optional <parameter>delimiter</parameter> parameter sets the field
-     delimiter (one character only). Defaults as a comma.
+     delimiter (one character only). Defaults as a comma: <literal>,</literal>.
     </para>
     <para>
-     The <parameter>enclosure</parameter> parameter sets the field enclosure
-     (one character only) and defaults to a double quotation mark (").
+     The optional <parameter>enclosure</parameter> parameter sets the field 
+     enclosure (one character only) and defaults to a double quotation mark:
+     <literal>"</literal>.
     </para>
     <para>
      <example>

Reply via email to