ZF-100-500 無料問題集「Zend-Technologies Zend Framework Certification」
Martin works as a Database Administrator for MTech Inc. He designs a database that has a table named Products. He wants to create a report listing different product categories. He does not want to display any duplicate row in the report. Which of the following SELECT statements will Martin use to create the report?
正解:D
解答を投票する
You run the following PHP script:
<?php 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 o f * if you want to print the root element of the XML file?
<?php 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 o f * if you want to print the root element of the XML file?
正解:D
解答を投票する