200-550 무료 덤프문제 온라인 액세스

시험코드:200-550
시험이름:Zend Certified PHP Engineer
인증사:Zend-Technologies
무료 덤프 문항수:223
업로드 날짜:2026-08-29
평점
100%

문제 1

What will be the result of the following operation?
$a = array_merge([1,2,3] + [4=>1,5,6]);
echo $a[2];

문제 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);

문제 3

CORRECT TEXT
Which PHP function sets a cookie whose value does not get URL encoded when sending it to the browser?

문제 4

What is the length of a string returned by: md5(rand(), TRUE);

문제 5

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

댓글 추가

귀하의 메일주소는 공개되지 않습니다. 필수 입력 사항은 표시되어 있습니다. *

insert code
그림의 인증번호를 입력하세요.