derick Mon Jun 30 11:02:18 2003 EDT
Modified files:
/phpdoc/en/reference/dir/functions opendir.xml
Log:
- WS
Index: phpdoc/en/reference/dir/functions/opendir.xml
diff -u phpdoc/en/reference/dir/functions/opendir.xml:1.5
phpdoc/en/reference/dir/functions/opendir.xml:1.6
--- phpdoc/en/reference/dir/functions/opendir.xml:1.5 Sun Jun 22 15:43:20 2003
+++ phpdoc/en/reference/dir/functions/opendir.xml Mon Jun 30 11:02:18 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
<refentry id="function.opendir">
<refnamediv>
@@ -41,7 +41,7 @@
while (($file = readdir($dh)) !== false) {
print "filename: $file : filetype: " . filetype($dir . $file) . "\n";
}
- closedir($dh);
+ closedir($dh);
}
}
?>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php