georg Tue Feb 19 08:15:30 2002 EDT
Modified files:
/phpdoc/de/functions dir.xml
Log:
fixed Bug #15618: inserted class desciption for dir
Index: phpdoc/de/functions/dir.xml
diff -u phpdoc/de/functions/dir.xml:1.12 phpdoc/de/functions/dir.xml:1.13
--- phpdoc/de/functions/dir.xml:1.12 Sat Feb 2 10:33:59 2002
+++ phpdoc/de/functions/dir.xml Tue Feb 19 08:15:29 2002
@@ -30,6 +30,19 @@
</refnamediv>
<refsect1>
<title>Beschreibung:</title>
+ <classsynopsis>
+ <ooclass><classname>dir</classname></ooclass>
+ <constructorsynopsis>
+ <methodname>dir</methodname>
+ <methodparam><type>string</type><parameter>directory</parameter></methodparam>
+ </constructorsynopsis>
+ <fieldsynopsis>
+ <type>string</type><varname>path</varname>
+ </fieldsynopsis>
+
+<methodsynopsis><type>string</type><methodname>read</methodname><void/></methodsynopsis>
+
+<methodsynopsis><type>void</type><methodname>rewind</methodname><void/></methodsynopsis>
+
+<methodsynopsis><type>void</type><methodname>close</methodname><void/></methodsynopsis>
+ </classsynopsis>
<methodsynopsis>
<type>new</type><methodname>dir</methodname>
<methodparam><type>string</type><parameter>directory</parameter></methodparam>