Briefing Zend Knowledge

Which of the following functions in SimpleXML can be used to return an iterator containing a list of

Which of the following functions in SimpleXML can be used to return an iterator containing a list of
all subnodes of the current node?

A.
asXML()

B.
attributes()

C.
getName()

D.
children()

Explanation: