sander Sun Mar 24 14:09:12 2002 EDT
Modified files:
/phpdoc/en/functions filesystem.xml
Log:
Various small fixes to the rmdir() documentation.
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.130
phpdoc/en/functions/filesystem.xml:1.131
--- phpdoc/en/functions/filesystem.xml:1.130 Sat Mar 16 12:02:35 2002
+++ phpdoc/en/functions/filesystem.xml Sun Mar 24 14:09:11 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.130 $ -->
+<!-- $Revision: 1.131 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@@ -2633,19 +2633,16 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>rmdir</methodname>
+ <type>bool</type><methodname>rmdir</methodname>
<methodparam><type>string</type><parameter>dirname</parameter></methodparam>
</methodsynopsis>
<para>
- Attempts to remove the directory named by pathname. The directory
- must be empty, and the relevant permissions must permit.
- this.
+ Attempts to remove the directory named by <parameter>dirname</parameter>.
+ The directory must be empty, and the relevant permissions must permit this.
+ &return.success;
</para>
- <para>
- If an error occurs, returns 0.
- </para>
<para>
- See also <function>mkdir</function>.
+ See also <function>mkdir</function> and <function>unlink</function>.
</para>
</refsect1>
</refentry>- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] Re: cvs: phpdoc /en/functions filesystem... Jim Winstead
- Re: [PHP-DOC] Re: cvs: phpdoc /en/functions fi... Lars Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Thomas Schoefbeck
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Wez Furlong
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesystem... Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Georg Richter
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Wez Furlong
