mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Added a note and link to the list of predefined classes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72815 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61353754de
commit
ad37bf8ef4
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<reference id="ref.classobj">
|
||||
<title>Class/Object Functions</title>
|
||||
<titleabbrev>Classes/Objects</titleabbrev>
|
||||
|
@ -501,7 +501,11 @@ var3 : 100
|
|||
</para>
|
||||
<para>
|
||||
Also note that depending on what libraries you have compiled
|
||||
into PHP, additional classes could be present.
|
||||
into PHP, additional classes could be present. This means that
|
||||
you will not be able to define your own classes using these
|
||||
names. There is a list of predefined classes in the <link
|
||||
linkend="reserved.classes">Predefined Classes</link> section of
|
||||
the appendices.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue