zimt            Fri May 18 00:43:06 2001 EDT

  Modified files:              
    /phpdoc/de/functions        filesystem.xml 
  Log:
  changes by thomas =)
  
Index: phpdoc/de/functions/filesystem.xml
diff -u phpdoc/de/functions/filesystem.xml:1.22 phpdoc/de/functions/filesystem.xml:1.23
--- phpdoc/de/functions/filesystem.xml:1.22     Wed May 16 01:19:50 2001
+++ phpdoc/de/functions/filesystem.xml  Fri May 18 00:43:05 2001
@@ -337,6 +337,36 @@
    </refsect1>
   </refentry>
 
+  <refentry id="function.disk-total-space">
+   <refnamediv>
+    <refname>disk_total_space</refname>
+    <refpurpose>Liefert die Gesamtgröße eines Verzeichnisses</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Beschreibung</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>float <function>disk_total_space</function></funcdef>
+      <paramdef>string <parameter>directory</parameter></paramdef>
+     </funcprototype>
+    </funcsynopsis>
+    <para>
+     Anhand des übergebenen Strings mit dem Verzeichnisnamen gibt diese 
+     Funktion die Anzahl Bytes auf dem korrespondierenden Dateisystem oder 
+     der Disk Partition zurück.
+    </para>
+    <para>
+     <example>
+      <title><function>disk_total_space</function></title>
+      <programlisting role="php">
+$df = disk_total_space("/"); // $df enthält die Gesamtanzahl 
+                             // verfügbarer Bytes in "/"
+      </programlisting>
+     </example>
+    </para>
+   </refsect1>
+  </refentry>
+
   <refentry id="function.fclose">
    <refnamediv>
     <refname>fclose</refname>
@@ -2797,7 +2827,7 @@
     <funcsynopsis>
      <funcprototype>
       <funcdef>int <function>tmpfile</function></funcdef>
-      <paramdef>void</paramdef>
+      <void/>
      </funcprototype>
     </funcsynopsis>
     <para>


Reply via email to