Mention the predefined class Directory, with a link to the list of

predefined classes.

Closes Bug #14998.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72814 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2002-03-12 01:06:38 +00:00
parent bb94b3c2f4
commit 61353754de

View file

@ -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>
@ -120,6 +120,15 @@ $d->close();
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>
</refentry>