mfischer                Wed Sep  4 04:19:47 2002 EDT

  Modified files:              
    /phpdoc/en/reference/dir/functions  readdir.xml 
  Log:
  - Give a trivial example how a directory could be named who evaluates to false.
  
  
Index: phpdoc/en/reference/dir/functions/readdir.xml
diff -u phpdoc/en/reference/dir/functions/readdir.xml:1.2 
phpdoc/en/reference/dir/functions/readdir.xml:1.3
--- phpdoc/en/reference/dir/functions/readdir.xml:1.2   Wed Apr 17 02:37:35 2002
+++ phpdoc/en/reference/dir/functions/readdir.xml       Wed Sep  4 04:19:47 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/dir.xml, last change in rev 1.2 -->
   <refentry id="function.readdir">
    <refnamediv>
@@ -25,7 +25,7 @@
      linkend="language.operators.comparison">Comparison
      Operators</link> for more information) &false; since otherwise,
      any directory entry whose name evaluates to &false; will stop the
-     loop.
+     loop (e.g. a directory named "0").
     </para>
     <para>
      <example>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to