Zend Exam
14 05 2014
QUESTION 1 What is the result of the following bitwise operation in PHP? 1 ^ 2 A. 1 B. 3 C. 2 D. 4 E. -1 Answer: B QUESTION 2 What is the output of the following code? echo "22" + "0.2", 23 . 1; A. 220.2231 B. 22.2231 C. 22.2,231 D. 56.2 Answer: B […]
200-550 Questions and Answers, Zend 200-550 Demo, Zend 200-550 Dumps, Zend 200-550 Exam, Zend 200-550 Exam Questions
13 05 2014
QUESTION 11 Which piece of code will return the ASCII value of a character? A. (int)’t’; B. ord(‘t’); C. to_ascii(‘t’); D. chr(‘t’); Answer: B QUESTION 12 Which of the following data types cannot be directly manipulated by the client? A. Cookie Data B. Session Data C. Remote IP Address D. User Agent Answer: B QUESTION […]
200-500 Questions and Answers, Zend 200-500 Demo, Zend 200-500 Dumps, Zend 200-500 Exam, Zend 200-500 Exam Questions
13 05 2014
QUESTION 1 Which of the following can be registered as entry points with a SoapServer instance (choose 3) A. A single function B. A single method from a class C. Multiple functions at once D. All methods from a class E. All classes defined in a script Answer: ACD QUESTION 2 What DOMElement method should […]
200-500 Questions and Answers, Zend 200-500 Demo, Zend 200-500 Dumps, Zend 200-500 Exam, Zend 200-500 Exam Questions
13 05 2014
QUESTION 1 Which of the following can be registered as entry points with a SoapServer instance (choose 3) A. A single function B. A single method from a class C. Multiple functions at once D. All methods from a class E. All classes defined in a script Answer: ACD QUESTION 2 What DOMElement method should […]