200-500 무료 덤프문제 온라인 액세스
| 시험코드: | 200-500 |
| 시험이름: | Zend PHP 5 Certification |
| 인증사: | Zend-Technologies |
| 무료 덤프 문항수: | 219 |
| 업로드 날짜: | 2026-01-09 |
Which of the following code snippets is correct? (Choose 2)
a)
interface Drawable {
abstract function draw();
}
b)
interface Point {
function getX();
function getY();
}
c)
interface Line extends Point {
function getX2();
function getY2();
}
d)
interface Circle implements Point {
function getRadius();
}
Assume that you are using PHP s session management without cookies and want to make sure that session information does not get lost when redirecting the client to another URL.
Which of the following functions do you need to achieve that? (Choose 3)