torben          Mon Mar 11 20:06:38 2002 EDT

  Modified files:              
    /phpdoc/en/functions        dir.xml 
  Log:
  Mention the predefined class Directory, with a link to the list of 
  predefined classes. 
  
  Closes Bug #14998.
  
  
Index: phpdoc/en/functions/dir.xml
diff -u phpdoc/en/functions/dir.xml:1.35 phpdoc/en/functions/dir.xml:1.36
--- phpdoc/en/functions/dir.xml:1.35    Sat Mar  9 18:12:10 2002
+++ phpdoc/en/functions/dir.xml Mon Mar 11 20:06:38 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
  <reference id="ref.dir">
   <title>Directory functions</title>
   <titleabbrev>Directories</titleabbrev>
@@ -118,6 +118,15 @@
      <para>
       The order in which directory entries are returned by the read method is
       system-dependent.
+     </para>
+    </note>
+    <note>
+     <para>
+      This defines the internal class
+      <classname>Directory</classname>, meaning that you will not be
+      able to define your own classes with that name. For a full list
+      of predefined classes in PHP, please see <link
+      linkend="reserved.classes">Predefined Classes</link>.
      </para>
     </note>
    </refsect1>


Reply via email to