PHP学习笔记(一)
2019-01-22 本文已影响14人
书谨
1、序列化:serialize()
2、反序列化:unserialize()
3、把一个字符串写入文件中:file_put_contents()
4、把整个文件读入一个字符串中:file_get_contents()
5、返回对象的类名:get_class()
1、序列化:serialize()
2、反序列化:unserialize()
3、把一个字符串写入文件中:file_put_contents()
4、把整个文件读入一个字符串中:file_get_contents()
5、返回对象的类名:get_class()