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)- A8% (2)
- B4% (1)
- C84% (21)
- D4% (1)
Explanation
Zend ZF-100-500 Exam
Topics
#Zend Framework#PHP#XML-RPC#object instantiation
Community Discussion
No community discussion yet for this question.