nicos Sun Jun 15 06:13:50 2003 EDT Modified files: /phpdoc/en/reference/classobj reference.xml Log: Typo. Thanks @Jome Index: phpdoc/en/reference/classobj/reference.xml diff -u phpdoc/en/reference/classobj/reference.xml:1.6 phpdoc/en/reference/classobj/reference.xml:1.7 --- phpdoc/en/reference/classobj/reference.xml:1.6 Mon Nov 25 18:43:44 2002 +++ phpdoc/en/reference/classobj/reference.xml Sun Jun 15 06:13:50 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <reference id="ref.classobj"> <title>Class/Object Functions</title> <titleabbrev>Classes/Objects</titleabbrev> @@ -10,7 +10,7 @@ <para> These functions allow you to obtain information about classes and instance objects. You can obtain the name of the class to - which a object belongs, as well as its member properties and + which an object belongs, as well as its member properties and methods. Using these functions, you can find out not only the class membership of an object, but also its parentage (i.e. what class is the object class extending).
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php