vrana           Fri Nov  5 07:16:54 2004 EDT

  Modified files:              
    /phpdoc/en/reference/spl/functions  class-implements.xml 
  Log:
  Classes -> interfaces (bug #30691)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/class-implements.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/class-implements.xml
diff -u phpdoc/en/reference/spl/functions/class-implements.xml:1.1 
phpdoc/en/reference/spl/functions/class-implements.xml:1.2
--- phpdoc/en/reference/spl/functions/class-implements.xml:1.1  Fri Oct  8 14:37:05 
2004
+++ phpdoc/en/reference/spl/functions/class-implements.xml      Fri Nov  5 07:16:51 
2004
@@ -1,10 +1,10 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.class-implements">
    <refnamediv>
     <refname>class_implements</refname>
     <refpurpose>
-     Return the classes which are implemented by the given class
+     Return the interfaces which are implemented by the given class
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -14,7 +14,7 @@
      <methodparam><type>object</type><parameter>class</parameter></methodparam>
     </methodsynopsis>
     <para>
-     This function returns an array with the name of the classes that the
+     This function returns an array with the name of the interfaces that the
      given <parameter>class</parameter> implements.
     </para>
     <para>

Reply via email to