美文网首页
PHP学习笔记(一)

PHP学习笔记(一)

作者: 书谨 | 来源:发表于2019-01-22 21:19 被阅读14次

    1、序列化:serialize()

    2、反序列化:unserialize()

    3、把一个字符串写入文件中:file_put_contents()

    4、把整个文件读入一个字符串中:file_get_contents()

    5、返回对象的类名:get_class()

    相关文章

      网友评论

          本文标题:PHP学习笔记(一)

          本文链接:https://www.haomeiwen.com/subject/twtkjqtx.html