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)- A18% (5)
- B7% (2)
- C4% (1)
- D71% (20)
Community Discussion
No community discussion yet for this question.