Briefing Zend Knowledge

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

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

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();

Explanation: