nerdexam
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)
  • A
    78% (29)
  • B
    14% (5)
  • C
    3% (1)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice