Learning Mode
Zend PHP 5.3 Certification Exam
70 Questions
PHP Basics
Functions and Arrays
Object Oriented Programming
Security
Data Format & Types
Strings and Patterns
Databases and SQL
Web Features
INPUT/OUTPUT
Basics 1
Arrays 1
Strings 1
Web Features 1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Question 64/69
Which of the following is a magic method in PHP 5.3? (choose three)
__walk()
__sleep()
__return()
__call()
__function()
__add()
_set()
Check out the page on magic methods to see a full list: http://www.php.net/manual/en/language.oop5.magic.php
Solve it
Back
Next