helly Tue Apr 12 18:10:08 2005 EDT
Modified files:
/phpdoc/en/reference/spl/functions class-implements.xml
Log:
- Update
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/class-implements.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/spl/functions/class-implements.xml
diff -u phpdoc/en/reference/spl/functions/class-implements.xml:1.4
phpdoc/en/reference/spl/functions/class-implements.xml:1.5
--- phpdoc/en/reference/spl/functions/class-implements.xml:1.4 Mon Apr 11
11:21:20 2005
+++ phpdoc/en/reference/spl/functions/class-implements.xml Tue Apr 12
18:10:08 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.class-implements">
<refnamediv>
<refname>class_implements</refname>
@@ -14,7 +14,7 @@
<methodparam><type>mixed</type><parameter>class</parameter></methodparam>
</methodsynopsis>
<para>
- This function returns an array with the name of the interfaces that the
+ This function returns an array with the names of the interfaces that the
given <parameter>class</parameter> implements.
</para>
</refsect1>
@@ -27,7 +27,7 @@
<term><parameter>class</parameter></term>
<listitem>
<para>
- An object or a string of the class
+ An object (class instance) or a string (class name).
</para>
</listitem>
</varlistentry>