Zend 200-710 - Zend Certified Engineer
Which of the following will set a 10 seconds read timeout for a stream?
Which of the following techniques ensures that a value submitted in a form can only be yes or no?
What is the output of the following code?
What is the benefit of using persistent database connections in PHP? (Choose two.)
Given a DateTime object that is set to the first second of the year 2017, which of the following samples will correctly return a date in the format ‘2017-01-01 00:00:01’?
What method can be used to find the tag
Consider 3 PHP files that are called asynchronously via XmlHttpRequest:
Which of the following statements is true? (Choose two.)
An unbuffered database query will (choose two):
You work for a shared hosting provider, and your supervisor asks you do disable user scripts to dynamically load PHP extensions using the d1() function. How can you do this? (Choose two.)
An HTML form contains this form element:
When this form is submitted, the following PHP code gets executed:
Which of the following actions must be taken before this code may go into production? (Choose two.)