Zend
200-530 · Question #479
Which of the following magic methods is executed when a non-existent method of a class is called?
The correct answer is C. _call(). See the full explanation below for the reasoning.
Question
Which of the following magic methods is executed when a non-existent method of a class is called?
Options
- A_get()
- B_unset()
- C_call()
- D_set()
How the community answered
(30 responses)- A17% (5)
- B3% (1)
- C73% (22)
- D7% (2)
Community Discussion
No community discussion yet for this question.