Zend PHP 5 Certification
Zend PHP 5.3 Certification
Zend Framework Certification
ZF-100-500
Zend Certified Engineer
Zend Framework 2 Certification
Which of the following is NOT possible using reflection?
Analysing of nearly any aspect of classes and interfaces
Analysing of nearly any aspect of functions
Adding class methods
Implement dynamic construction (new with variable class name)
Which of the following PHP functions can be used to set the HTTP response code? (Choose 2)
header_add()
header()
http_set_status()
http_response_code()
http_header_set()
Which of the following methods are available to limit the amount of resources available to PHP through php.ini? (Choose 2)
Limit the amount of memory a script can consume
Limit the total amount of memory PHP uses on the entire server
Limit the maximum execution time of a script
Limit the maximum number of concurrent PHP processes
Limit the maximum number of concurrent PHP threads