nerdexam
Zend

ZF-100-500 · Question #58

Which of the following code snippets will you use to instantiate Zend_XmlRpc_Server?

The correct answer is D. $server = new Zend_XmlRpc_Server(). See the full explanation below for the reasoning.

Question

Which of the following code snippets will you use to instantiate Zend_XmlRpc_Server?

Options

  • A$server = Zend_Xml::Zend_XmlRpc_Server()
  • B$server = new Zend_Xml();
  • C$server = create_new_Zend_XmlRpc_Server()
  • D$server = new Zend_XmlRpc_Server();

How the community answered

(28 responses)
  • A
    18% (5)
  • B
    7% (2)
  • C
    4% (1)
  • D
    71% (20)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice