From ad37bf8ef470db62bca7c9601d16726a05f3571d Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Tue, 12 Mar 2002 01:10:46 +0000 Subject: [PATCH] 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 --- functions/classobj.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/functions/classobj.xml b/functions/classobj.xml index 4d24113ddd..f3b24b062e 100644 --- a/functions/classobj.xml +++ b/functions/classobj.xml @@ -1,5 +1,5 @@ - + Class/Object Functions Classes/Objects @@ -501,7 +501,11 @@ var3 : 100 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 Predefined Classes section of + the appendices.