Which of the following methods will you use to get the actual set language in Zend_Translate class?
Fill in the blank with the appropriate method name.
The__________ method is used to send an email in the HTML format.
You run the following PHP script:
include("xml.inc");
if (!$dom = domxml_open_mem($xmlstr)) {
echo "Error while parsing the XML document\n";
exit;
}
$a = **********
print_r($a);
?>
Which of the following functions will you use instead of * if you want to print the root element of the XML file?
Which of the following SPL Interfaces/classes extends the standard Iterator interface and enables the ability to retrieve a speci?c item from internal data store?
Which of the following is used for separation of hierarchies in Zend_config_Ini file?
Which of the following are the valid methods of the Zend_Date class?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following methods can be used to verify the authentication and ACLs prior to an action?
Which of the following modes is the default Fetch mode for Adapter classes and returns data in an associative array on which the keys are the column names?
Which of the following types of content is expected by Zend_Rest_Client when using a REST service?
Which of the following code segments can be used to check the form validity?