From e20a4c53c15bb405166783d75abec3e41bafbaba Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 11 Apr 2005 15:11:38 +0000 Subject: [PATCH] WS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184148 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/functions/class-implements.xml | 60 ++++++++++---------- reference/spl/functions/class-parents.xml | 60 ++++++++++---------- 2 files changed, 60 insertions(+), 60 deletions(-) diff --git a/reference/spl/functions/class-implements.xml b/reference/spl/functions/class-implements.xml index 2b02a42f56..a77ec6e677 100755 --- a/reference/spl/functions/class-implements.xml +++ b/reference/spl/functions/class-implements.xml @@ -1,26 +1,26 @@ - - - - class_implements - - Return the interfaces which are implemented by the given class - - - - Description - - arrayclass_implements - objectclass - - - This function returns an array with the name of the interfaces that the - given class implements. - - - - <function>class_implements</function> example - + + + + class_implements + + Return the interfaces which are implemented by the given class + + + + Description + + arrayclass_implements + objectclass + + + This function returns an array with the name of the interfaces that the + given class implements. + + + + <function>class_implements</function> example + ]]> - - &example.outputs; - + + &example.outputs; + foo ) ]]> - - - - - + + + + + - - - class_parents - - Return the parent classes of the given class - - - - Description - - arrayclass_parents - objectclass - - - This function returns an array with the name of the parent classes of - the given class. - - - - <function>class_parents</function> example - + + + + class_parents + + Return the parent classes of the given class + + + + Description + + arrayclass_parents + objectclass + + + This function returns an array with the name of the parent classes of + the given class. + + + + <function>class_parents</function> example + ]]> - - &example.outputs; - + + &example.outputs; + foo ) ]]> - - - - - + + + + +