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

An object can be counted with count() and sizeof() if it...

When uploading a file to a PHP script using the HTTP PUT method, where would the file data be found?

When would you use classes and when would you use namespaces?

Which of the following statements is NOT true?

Which of the following is NOT possible using reflection?

Which PHP function retrieves a list of HTTP headers that have been sent as part of the HTTP response or are ready to be sent?

What will an opcode cache ALWAYS automatically improve?

What will be the output value of the following code?
$array = array(1,2,3);
while (list(,$v) = each($array));
var_dump(current($array));

Which of the following statements about Reflection is correct?

What is the output of the following code?
$f = function () { return "hello"; };
echo gettype($f);

Late static binding is used in PHP to:

Which of the following filtering techniques prevents all cross-site scripting (XSS) vulnerabilities?

Which elements does the array returned by the function pathinfo() contain?

Which of the following superglobals does not necessarily contain data from the client?

In the following code, which line should be changed so it outputs the number 2:
class A {
protected $x = array(); /* A */
public function getX() { /* B */
return $this->x; /* C */
}
}
$a = new A(); /* D */ array_push($a->getX(), "one"); array_push($a->getX(), "two"); echo count($a->getX());

What is the return value of the following code: substr_compare("foobar", "bar", 3);

Which methods can be used to overload object properties? (Choose 2)

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

弊社を連絡する

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

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

サポート:現在連絡