Zend ZF-100-500 - Zend Framework Certification Version 4.0 Exam

Page:    1 / 26   
Total 130 questions

Fill in the blank with the appropriate PHP function. The_____________ function is used to replace the current session id with the new session id, and to keep information of the current session.



Answer : session_regenerate_id()

Which one of the following is used to manage the data within a memory -limited environment?

  • A. Zend_Memory
  • B. Zend_Cache
  • C. Zend_Cache_Backend
  • D. Zend_Memory_Backend


Answer : A

Which of the following actions may fail if you have exceeded your quota limit?

  • A. addTo()
  • B. send()
  • C. addBcc()
  • D. appendMessage()


Answer : D

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


Answer : C

Write the appropriate word to complete the sentence below. ___________is used for logging of multiple backends, formatting messages which are sent to the log, and filtering those messages, which should not be logged.



Answer : Zend_Log

Page:    1 / 26   
Total 130 questions