covex-nn/vfs
最新稳定版本:1.0.2
Composer 安装命令:
composer require --dev covex-nn/vfs
包简介
PHP stream wrapper, transactional virtual file system
README 文档
README
Example
<?php Covex\Stream\FileSystem::register("any-vfs-protocol", __DIR__); file_put_contents("any-vfs-protocol://" . basename(__FILE__), "hahaha"); unlink("any-vfs-protocol://" . basename(__FILE__)); // Covex\Stream\FileSystem::commit("any-vfs-protocol"); // echo file_exists(__FILE__) ? "yes" : "no"; Covex\Stream\FileSystem::unregister("any-vfs-protocol"); ?>
统计信息
- 总下载量: 599
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-12