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.
我有一个文件,example.gz,它包含一个文件,example.txt。example.txt是一个相当大的文件,包含数百万行。
example.gz
example.txt
example.gz在内存中存储尽可能少的数据的同时提取到我的服务器的最佳方法是什么?
无法想象比以下更好的方法:
exec("gzip -d example.gz");
文件的完整路径通常是个好主意。