Zend
200-530 · Question #477
Which of the following functions will you use to create new DomElement objects? Each correct answer represents a complete solution. Choose three.
The correct answer is A. DomDocument::createElement() B. DomDocument::createElementNS() D. DomDocument::createTextNode(). See the full explanation below for the reasoning.
Question
Which of the following functions will you use to create new DomElement objects? Each correct answer represents a complete solution. Choose three.
Options
- ADomDocument::createElement()
- BDomDocument::createElementNS()
- CDomNode::cloneNode()
- DDomDocument::createTextNode()
How the community answered
(59 responses)- A85% (50)
- C15% (9)
Community Discussion
No community discussion yet for this question.