200-500 試験問題を無料オンラインアクセス

試験コード:200-500
試験名称:Zend PHP 5 Certification
認定資格:Zend-Technologies
無料問題数:219
更新日:2026-06-19
評価
100%

問題 1

In a typical web application the most used database action is...

問題 2

Which of the following statements is true?

問題 3

What is the output of the folowing code?
1 <?php
2 echo '1' . (print '2') + 3;
3 ?>

問題 4

Given the following code, what is correct?
function f(stdClass &$x = NULL) { $x = 42;
}
$z = new stdClass;
f($z);
var_dump($z);

問題 5

How many elements does the $matches array contain after the following function call is performed? preg_match('/^(\d{1,2}([a-z]+))(?:\s*)\S+ (?=200[0-9])/', '21st March
2006', $matches);

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。