Which of the following is an invalid DOM save method?
A. saveFile()
B. save()
C. saveXML()
D. saveHTMLFile()
E. saveHTML()
正解:A
質問 2:
Given the following DateTime objects, what can you use to compare the two dates and indicate that
$ date2 is the later of the two dates?
$ datel = new DateTime('2014-02-03');
$ date2 = new DateTime('2014-03-02');
A. $date2 < $datel
B. $datel->diff($date2) < 0
C. $date2 > $datel
D. $datel->diff($date2) > 0
正解:C
質問 3:
What will the following code print out?
$ str = '✔ one of the following';
echo str_replace('&#l0004;', 'Check', $str);
A. one of the following
B. Check one of the following
C. ✔ one of the following
正解:B
質問 4:
Which of the following parts must a XML document have in order to be well-formed?
A. An XML declaration
B. A reference to either a DTD or an XML schema definition
C. A specified encoding
D. A root element
正解:D
質問 5:
What function can be used to retrieve an array of current options for a stream context?
A. stream_context_get_params
B. stream_context_get_options
C. stream_context_get_default
D. The 'options' element ofthe stream_get_meta_data return value
正解:B
773 お客様のコメント




望月** -
大のZend-Technologiesすすめです。ここに問題集を買うのは三度目になります。本当に助けになっていてすごい良かった。試験にも合格しました。