200-710試験無料問題集「Zend-Technologies Zend Certified Engineer 認定」

Which of the following may be used in conjunction with CASE inside a SWITCH statement?

Which is the most efficient way to determine if a key is present in an array, assuming the array has no
NULL values?

When retrieving data from URLs, what are valid ways to make sure all file_get_contents calls send a
certain user agent string? (Choose 2)

What information can be used to reliably determine the type of an uploaded file?

Which of the following statements is correct?

What is the return value of the following code?
strpos("me myself and I", "m", 2)

What is the output of the following code?

You need to escape special characters to use user input inside a regular expression. Which functions
would you use? (Choose 2)

Which php.ini setting is usually required to use an opcode cache?

What is the output of the following code?
class test {
}
public $value= 0;
function test() {
$ this->value = 1;
}
function _construct() {
$ this->value = 2;
$ object = new test();
echo $object->value;

What DOMElement method should be used to check for availability of a non-namespaced attribute?

Which of the following statements about Reflection is correct?

What is the output of the following code?
var_dump(boolval([]));

Transactions are used to ...