nerdexam
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)
  • A
    83% (45)
  • B
    4% (2)
  • C
    2% (1)
  • D
    9% (5)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice