Zend PHP 5 Certification
Zend PHP 5.3 Certification
Zend Framework Certification
ZF-100-500
Zend Certified Engineer
Zend Framework 2 Certification
What is the name of the header used to require HTTP authentication?
Authorization-Required
WWW-Authenticate
HTTP-Authenticate
Authentication-Required
HTTP-Auth
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
When a class is defined as final it:
Can no longer be extended by other classes.
Means methods in the class are not over-loadable.
Cannot be defined as such, final is only applicable to object methods.
Cannot be instantiated.