200-710 無料問題集「Zend-Technologies Zend Certified Engineer」

SimpleXML provides the ability to iterate over items in an XML document, as well as access items within it
as if they were object properties. When creating your own classes to access data, implementing which of
the following would NOT achieve this goal?

Which of the following code snippets is correct? (Choose 2)

正解:C、D 解答を投票する
Which value will be assigned to the key 0 in this example?
$ too= array(true, '0' => false, false=> true);
正解:
true
Which of the following is an invalid DOM save method?

What is the output of the following code?
$ a= 'a'; $b = 'b';
echo isset($c)? $a.$b.$c: ($c = 'c').'d';

Which PHP function sets a cookie whose value does not get URL encoded when sending it to the
browser?
正解:
setrawcookie, setrawcookie()
What is the output of the following code?
class Number {
private $v = 0;
public function _construct($v) { $this->v = $v; }
public function mul() {
return function ($x) { return $this->v * $x; };
$ one = new Number(l);
$ two= new Number(2);
$ double = $two->mul()->bindTo($one);
echo $double(S);
class Number {
private $v;
private static $sv = 10;
public function _construct($v) { $this->v = $v;}
public function mul() {
return static function ($x) {
return isset($this) ? $this->v*$x: self::$sv*$x;
};
$ one = new Number{l);
$ two= new Number(2);
$ double = $two->mul();
$ x = Closure::bind($double, null, 'Number');
echo $x(5);
正解:
5
Which of the following is NOT possible using reflection?

What will the following function call print?
printf('%010.6f', 22);

Which of the following is correct? (Choose 2)

正解:C、E 解答を投票する

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡