200-710 試験問題を無料オンラインアクセス
| 試験コード: | 200-710 |
| 試験名称: | Zend Certified Engineer |
| 認定資格: | Zend-Technologies |
| 無料問題数: | 235 |
| 更新日: | 2026-06-11 |
In a shared hosting environment, session data can be read by PHP scripts written by any user. How can
you prevent this? (Choose 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)
What is the output of the following code?
for ($i = 0; $i < 1.02; $i += 0.17) {
$ a[$i] = $i;
}
echo count($a);