nlopess Mon Apr 11 11:11:38 2005 EDT
Modified files: /phpdoc/en/reference/spl/functions class-implements.xml class-parents.xml Log: WS http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/class-implements.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/spl/functions/class-implements.xml diff -u phpdoc/en/reference/spl/functions/class-implements.xml:1.2 phpdoc/en/reference/spl/functions/class-implements.xml:1.3 --- phpdoc/en/reference/spl/functions/class-implements.xml:1.2 Fri Nov 5 07:16:51 2004 +++ phpdoc/en/reference/spl/functions/class-implements.xml Mon Apr 11 11:11:37 2005 @@ -1,26 +1,26 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.2 $ --> - <refentry id="function.class-implements"> - <refnamediv> - <refname>class_implements</refname> - <refpurpose> - Return the interfaces which are implemented by the given class - </refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <methodsynopsis> - <type>array</type><methodname>class_implements</methodname> - <methodparam><type>object</type><parameter>class</parameter></methodparam> - </methodsynopsis> - <para> - This function returns an array with the name of the interfaces that the - given <parameter>class</parameter> implements. - </para> - <para> - <example> - <title><function>class_implements</function> example</title> - <programlisting role="php"> +<!-- $Revision: 1.3 $ --> +<refentry id="function.class-implements"> + <refnamediv> + <refname>class_implements</refname> + <refpurpose> + Return the interfaces which are implemented by the given class + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <methodsynopsis> + <type>array</type><methodname>class_implements</methodname> + <methodparam><type>object</type><parameter>class</parameter></methodparam> + </methodsynopsis> + <para> + This function returns an array with the name of the interfaces that the + given <parameter>class</parameter> implements. + </para> + <para> + <example> + <title><function>class_implements</function> example</title> + <programlisting role="php"> <![CDATA[ <?php @@ -31,20 +31,20 @@ ?> ]]> - </programlisting> - &example.outputs; - <screen> + </programlisting> + &example.outputs; + <screen> <![CDATA[ Array ( [foo] => foo ) ]]> - </screen> - </example> - </para> - </refsect1> - </refentry> + </screen> + </example> + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/class-parents.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/spl/functions/class-parents.xml diff -u phpdoc/en/reference/spl/functions/class-parents.xml:1.1 phpdoc/en/reference/spl/functions/class-parents.xml:1.2 --- phpdoc/en/reference/spl/functions/class-parents.xml:1.1 Fri Oct 8 14:37:05 2004 +++ phpdoc/en/reference/spl/functions/class-parents.xml Mon Apr 11 11:11:38 2005 @@ -1,26 +1,26 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.1 $ --> - <refentry id="function.class-parents"> - <refnamediv> - <refname>class_parents</refname> - <refpurpose> - Return the parent classes of the given class - </refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <methodsynopsis> - <type>array</type><methodname>class_parents</methodname> - <methodparam><type>object</type><parameter>class</parameter></methodparam> - </methodsynopsis> - <para> - This function returns an array with the name of the parent classes of - the given <parameter>class</parameter>. - </para> - <para> - <example> - <title><function>class_parents</function> example</title> - <programlisting role="php"> +<!-- $Revision: 1.2 $ --> +<refentry id="function.class-parents"> + <refnamediv> + <refname>class_parents</refname> + <refpurpose> + Return the parent classes of the given class + </refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <methodsynopsis> + <type>array</type><methodname>class_parents</methodname> + <methodparam><type>object</type><parameter>class</parameter></methodparam> + </methodsynopsis> + <para> + This function returns an array with the name of the parent classes of + the given <parameter>class</parameter>. + </para> + <para> + <example> + <title><function>class_parents</function> example</title> + <programlisting role="php"> <![CDATA[ <?php @@ -31,20 +31,20 @@ ?> ]]> - </programlisting> - &example.outputs; - <screen> + </programlisting> + &example.outputs; + <screen> <![CDATA[ Array ( [foo] => foo ) ]]> - </screen> - </example> - </para> - </refsect1> - </refentry> + </screen> + </example> + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: