Zend 100-500 - Zend Framework Certification
Which of the following code snippets will you use to destroy a log if the variable $logger contains the log record?
Which of the following is used to encode lines starting with one dot or two dots so that the mail does not violate the SMTP protocol?
Which of the following joins retrieves all rows from one table and only the matching rows from the joined table?
Fill in the blank with the appropriate PHP function.
The_________ function is used to return the sum of the values of every entry within an array.
Which of the following are the configuration files that are used in Zend_Config?
Which of the following retrieves the request URI, path, $_GET & $_POST parameters, etc. and tracks whether an action has been dispatched via Zend_Controller_Dispatcher?
Which of the following statements describes the use of a GROUP BY clause?
Fill in the blank with the appropriate term.
__________is used to process all requests that are received by the server and then dispatch them to the appropriate action controllers.
Which of the following error constants gives all errors and warnings, except the E_STRICT error level?
In which of the following situations will you use the set_exception_handler() function?