jimw Tue Dec 18 15:00:27 2001 EDT
Modified files:
/phpdoc/en/functions classobj.xml
Log:
get_class: be explicit as to what can cause it to return false, and add see also for
get_type
Index: phpdoc/en/functions/classobj.xml
diff -u phpdoc/en/functions/classobj.xml:1.29 phpdoc/en/functions/classobj.xml:1.30
--- phpdoc/en/functions/classobj.xml:1.29 Wed Dec 12 15:46:38 2001
+++ phpdoc/en/functions/classobj.xml Tue Dec 18 15:00:26 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
<reference id="ref.classobj">
<title>Class/Object Functions</title>
<titleabbrev>Classes/Objects</titleabbrev>
@@ -323,8 +323,8 @@
</funcsynopsis>
<para>
This function returns the name of the class of which the
- object <parameter>obj</parameter> is an instance. Upon
- failure, &false; is returned.
+ object <parameter>obj</parameter> is an instance. Returns
+ &false; if <parameter>obj</parameter> is not an object.
</para>
<note>
<simpara>
@@ -334,7 +334,8 @@
</simpara>
</note>
<simpara>
- See also <function>get_parent_class</function> and
+ See also <function>get_parent_class</function>,
+ <function>get_type</function>, and
<function>is_subclass_of</function>
</simpara>
</refsect1>