Date: 05/11/01
- Next message: Phil Driscoll: "[PHP-DOC] Installation notes for Windows"
- Previous message: eschmid+sic <email protected>: "Re: [PHP-DOC] phpdoc CVS and translations"
- Next in thread: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Jon Parise: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Phil Driscoll: "[PHP-DOC] Installation notes for Windows"
- Previous message: eschmid+sic <email protected>: "Re: [PHP-DOC] phpdoc CVS and translations"
- Next in thread: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Jon Parise: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

