nerdexam
Zend

ZF-100-500 · Question #4

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

The correct answer is C. $server = new Zend_XmlRpc_Server(). Zend ZF-100-500 Exam

Shells, Scripting and Data Management

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 = new Zend_XmlRpc_Server();
  • D$server = create_new_Zend_XmlRpc_Server()

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    84% (21)
  • D
    4% (1)

Explanation

Zend ZF-100-500 Exam

Topics

#Zend Framework#PHP#XML-RPC#object instantiation

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice