怎么将文件写入内存中

WBOY
Release: 2016-06-13 13:01:14
Original
1277 people have browsed it

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

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template