nlopess Fri Dec 26 14:48:54 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions disk-total-space.xml
Log:
windows example
Index: phpdoc/en/reference/filesystem/functions/disk-total-space.xml
diff -u phpdoc/en/reference/filesystem/functions/disk-total-space.xml:1.3
phpdoc/en/reference/filesystem/functions/disk-total-space.xml:1.4
--- phpdoc/en/reference/filesystem/functions/disk-total-space.xml:1.3 Sat Feb 22
13:55:36 2003
+++ phpdoc/en/reference/filesystem/functions/disk-total-space.xml Fri Dec 26
14:48:54 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.64 -->
<refentry id="function.disk-total-space">
<refnamediv>
@@ -25,6 +25,10 @@
<?php
// $df contains the total number of bytes available on "/"
$df = disk_total_space("/");
+
+// On Windows:
+disk_total_space("C:");
+disk_total_space("D:");
?>
]]>
</programlisting>