mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bb94b3c2f4
commit
61353754de
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue