200-550 무료 덤프문제 온라인 액세스
| 시험코드: | 200-550 |
| 시험이름: | Zend Certified PHP Engineer |
| 인증사: | Zend-Technologies |
| 무료 덤프 문항수: | 223 |
| 업로드 날짜: | 2026-08-29 |
What will be the result of the following operation?
$a = array_merge([1,2,3] + [4=>1,5,6]);
echo $a[2];
What is the output of the following code?
function z($x) { return function ($y) use ($x) { return str_repeat($y, $x); };
}
$a = z(2); $b = z(3); echo $a(3) . $b(2);
CORRECT TEXT
Which PHP function sets a cookie whose value does not get URL encoded when sending it to the browser?