Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 458 Bytes

0532.md

File metadata and controls

18 lines (12 loc) · 458 Bytes

When an object is serialized, which method will be called, automatically, providing your object with an opportunity to close any resources or otherwise prepare to be serialized?

  • A) __sleep()
  • B) __destroy()
  • C) __serialize()
  • D) __destruct()
Answer

Answer: A