php中__sleep方法的使用

说明

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教程

原文来自:https://www.py.cn
© 版权声明
THE END
喜欢就支持一下吧
点赞9 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容