說明
1、在類別的外部呼叫serialize()時自動呼叫。
2、__sleep()方法通常用於提交未提交的資料或類似的清理操作。如果有一些大對象,但不需要完全保存,這個功能非常有用。
實例
Output: Using the default text output, the message format is : MESSAGE_TYPE: LINE_NUM:[OBJECT:] MESSAGE There are 5 kind of message types : * (C) convention, for programming standard violation * (R) refactor, for bad code smell * (W) warning, for python specific problems * (E) error, for probable bugs in the code * (F) fatal, if an error occurred which prevented pylint from doing further processing.
以上就是php中__sleep方法的使用,希望對大家有幫助。