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?
Answer : A
Which of the following actions may fail if you have exceeded your quota limit?
Answer : D
Which of the following code snippets will you use to instantiate Zend_XmlRpc_Server?
Answer : C