Zend
200-530 · Question #108
What object method specifies post-serialization behavior for an object?
The correct answer is B. __wakeup(). See the full explanation below for the reasoning.
Question
What object method specifies post-serialization behavior for an object?
Options
- A__sleep()
- B__wakeup()
- C__set_state()
- D__get()
- E__autoload()
How the community answered
(51 responses)- A4% (2)
- B75% (38)
- C8% (4)
- D12% (6)
- E2% (1)
Community Discussion
No community discussion yet for this question.