diff --git a/reference/spl/simplexmliterator/getchildren.xml b/reference/spl/simplexmliterator/getchildren.xml index 7a8e7b7d9b..67f98ebb63 100644 --- a/reference/spl/simplexmliterator/getchildren.xml +++ b/reference/spl/simplexmliterator/getchildren.xml @@ -1,9 +1,9 @@ - + SimpleXMLIterator::getChildren - Returns a SimpleXMLIterator object containing the sub-elements of the current element + Returns the sub-elements of the current element &reftitle.description; @@ -12,7 +12,9 @@ - This method returns a SimpleXMLIterator object containing the sub-elements of the current SimpleXMLIterator element. + This method returns a SimpleXMLIterator object + containing sub-elements of the current SimpleXMLIterator + element. @@ -24,7 +26,8 @@ &reftitle.returnvalues; - Returns a SimpleXMLIterator object containing the sub-elements of the current element. + Returns a SimpleXMLIterator object containing + the sub-elements of the current element.