dams            Fri May 11 03:16:19 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  Updated fclose prototype
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.61 phpdoc/en/functions/filesystem.xml:1.62
--- phpdoc/en/functions/filesystem.xml:1.61     Mon Apr  2 09:43:28 2001
+++ phpdoc/en/functions/filesystem.xml  Fri May 11 03:16:19 2001
@@ -339,15 +339,16 @@
     <title>Description</title>
     <funcsynopsis>
      <funcprototype>
-      <funcdef>int <function>fclose</function></funcdef>
+      <funcdef>bool <function>fclose</function></funcdef>
       <paramdef>int <parameter>fp</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
-     The file pointed to by fp is closed.
+     The file pointed to by <parameter>fp</parameter> is closed.
     </para>
     <para>
-     Returns true on success and false on failure.
+     Returns <literal>TRUE</literal> on success and <literal>FALSE</literal>
+     on failure.
     </para>
     <para>
      The file pointer must be valid, and must point to a file


Reply via email to