Zend
200-550 · Question #155
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
(37 responses)- A78% (29)
- B14% (5)
- C3% (1)
- D5% (2)
Community Discussion
No community discussion yet for this question.