Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which of the following code snippets will you use to destroy a log if the variable $logger contains the log record?

A.

$logger=null;

B.

remove($logger);

C.

delete($logger);

D.

$logger->null;

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?

A.

Zend_Mail

B.

Zend_Mail_Storage_Mbox

C.

Zend_Mail_Storage_Pop3

D.

Zend_Mail_Transport_Smtp

Which of the following methods will you use to get the actual set language in Zend_Translate class?

A.

setLocale()

B.

getList()

C.

getLocale()

D.

isAvailable()

Write the appropriate word to complete the sentence below.

___________is used for logging of multiple backends, formatting messages which are sent to the log, and filtering those messages, which should not be logged.

A.

Zend_Log

Which of the following are the features of Zend_Controller_Front?

Each correct answer represents a complete solution. Choose all that apply.

A.

It is used to handle the request and output.

B.

It is used to implement the Singleton pattern.

C.

By default, the ErrorHandler plugin and ViewRenderer action helper plugin are loaded in Zend_Controller_Front.

D.

It is used to register a plugin broker, which allows calling a user code when certain events occur in controller process.

Consider the following script:

</p><p>This is a test script.</p><p>

echo 'This is some sample text';

?>

Which of the following tags is used in the php script?

A.

ASP tag

B.

Short tag

C.

Script tag

D.

Standard tag

Which of the following classes allows for the reporting of queries, including information on which queries were processed by the adapter?

A.

Zend_Db_Profiler

B.

Zend_Loader

C.

Zend_Db

D.

Zend_Db_Select

Which method is used to store the cache records into a SQLite database?

A.

Zend_Cache_Backend_Sqlite

B.

Zend_Cache_cache_Sqlite

C.

Zend_Cache_file_ Sqlite

D.

Zend_Cache_read_Sqlite

Which of the following is known as Request Object?

A.

Zend_Controller_Response_Abstract

B.

Zend_Controller_Request_Abstract

C.

Zend_Controller_Request_Http

D.

Zend_Controller_Router

Which of the following inherits from Zend_Log_Writer_Abstract and is responsible for saving data to storage?

A.

Filter

B.

Writer

C.

Formatter

D.

Log