发布时间:2022-02-24 文章分类:PHP 知识 投稿人:优优 字号: 默认 | | 超大 打印

548

说明

1、在类的外部调用serialize()时自动调用。

2、__sleep()方法通常用于提交未提交的数据或类似的清理操作。如果有一些大对象,但不需要完全保存,这个功能非常有用。

实例

Output:
Usingthedefaulttextoutput,themessageformatis:
MESSAGE_TYPE:LINE_NUM:[OBJECT:]MESSAGE
Thereare5kindofmessagetypes:
*(C)convention,forprogrammingstandardviolation
*(R)refactor,forbadcodesmell
*(W)warning,forpythonspecificproblems
*(E)error,forprobablebugsinthecode
*(F)fatal,ifanerroroccurredwhichpreventedpylintfromdoingfurtherprocessing.

以上就是php中__sleep方法的使用,希望对大家有所帮助。更多php学习指路:php教程