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
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jani Taskinen
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jani Taskinen
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jon Parise
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Daniel Beckham
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml jeroen
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem... Daniel Beckham
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem... Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Jim Winstead
