diff --git a/reference/simplexml/simplexmlelement/children.xml b/reference/simplexml/simplexmlelement/children.xml index a63daf0589..e970cae11a 100644 --- a/reference/simplexml/simplexmlelement/children.xml +++ b/reference/simplexml/simplexmlelement/children.xml @@ -49,6 +49,8 @@ &reftitle.returnvalues; + Returns a SimpleXMLElement element, whether the node + have children or not. @@ -122,6 +124,26 @@ begot a daughter who begot a son; and that son begot a son + + &reftitle.notes; + + + SimpleXMLElement::children returns a node + object no matter if the current node have children or not. Use the + SimpleXMLElement::count to check whether + there is any children. + + + + + &reftitle.seealso; + + + SimpleXMLElement::count + + + +