Home  >  Article  >  Backend Development  >  怎么将文件写入内存中

怎么将文件写入内存中

WBOY
WBOYOriginal
2016-06-13 11:09:531857browse

如何将文件写入内存中
php怎么样可以实现将文件写入内存而不是磁盘之中
------解决方案--------------------
读入变量就是放入内存
如果你想长期保留在内存中,并可取回
那么需要借助第三方软件
------解决方案--------------------
你可以把信息赋值给类的一个变量中
------解决方案--------------------
去找找内存缓存

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn