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

試験コード:200-710
試験名称:Zend Certified Engineer
認定資格:Zend-Technologies
無料問題数:235
更新日:2026-06-11
評価
100%

問題 1

In a shared hosting environment, session data can be read by PHP scripts written by any user. How can
you prevent this? (Choose 2)

問題 2

When a query that is supposed to affect rows is executed as part of a transaction, and reports no affected
rows, it could mean that: (Choose 2)

問題 3

Type hinting in PHP allows the identification of the following variable types: (Choose 2)

問題 4

What is the output of the following code?
for ($i = 0; $i < 1.02; $i += 0.17) {
$ a[$i] = $i;
}
echo count($a);

問題 5

What is the output of the following code?
function increment ($val)
{
$ _GET['m'] = (int) $_GET['m'] + 1;
$ _GET['m'] = 1;
echo $_GET['m'];

コメントを追加

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

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