Zend 200-530 - Zend PHP 5.3 Certification Exam
Page: 3 / 51
Total 254 questions
Question #11 (Topic: )
What is the output of the following code?
A. 0
B. 1
C. 2
D. 3
Answer: D
Question #12 (Topic: )
What tags can always be used to begin a PHP script? (Choose 2)
A. <?php
B. <?
C. <%
D. <%php
E. <script language="php">
Answer: A,E
Question #13 (Topic: )
Which of the following is used to find all PHP files under a certain directory?
A. PHPIterator
B. RecursiveTreelterator
C. RecursiveDirectorylterator
D. SplTempFileObject
Answer: C
Question #14 (Topic: )
Which PHP function relieves a 1st of HTTP headers that have been sent as part of the
HTTP response or are ready to be sent?
HTTP response or are ready to be sent?
A. header()
B. headers()
C. header_list()
D. header_sent()
E. getresponseheaders0
Answer: C
Question #15 (Topic: )
Which of the following statements about PHP is true? (Choose 3)
A. A final class can be derived.
B. A final class may be instantiated.
C. A class with a final function may be derived.
D. Static functions can be final.
E. Properties can be final.
Answer: B,C,D