nerdexam
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)
  • A
    4% (2)
  • B
    75% (38)
  • C
    8% (4)
  • D
    12% (6)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice