Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将一维数组读/写到文件中。哪种读取/替换方法更快?
谢谢
我认为,这取决于数据类型以及您如何使用它。 您还没有提到另一种方法:JSON(如果您不必保存数据类型,则比序列化数组占用更少的空间)。 这可能会有所帮助: 存储 PHP 数组的首选方法(json_encode 与序列化)