Zend
200-530 · Question #87
How can a SimpleXML object be converted to a DOM object?
The correct answer is A. dom_import_simplexml(). See the full explanation below for the reasoning.
Question
How can a SimpleXML object be converted to a DOM object?
Options
- Adom_import_simplexml()
- Bdom_export_simplexml()
- Csimplexml_import_dom()
- DSimpleXML2Dom()
- ENone of the above.
How the community answered
(54 responses)- A83% (45)
- B4% (2)
- C2% (1)
- D9% (5)
- E2% (1)
Community Discussion
No community discussion yet for this question.