mmeyer2k/temper
Composer 安装命令:
composer require mmeyer2k/temper
包简介
Intelligent PHP temporary files.
README 文档
README
Fast and intuitive temp file creation.
# Create a temp file instance $temp = new \Temper\Temper('content to store in temp file'); # Return path to temp file (outputs something like "/tmp/[random file name]") echo $temp->path(); # Return the temp file size in bytes $size = $temp->size(); # Delete the temp file when you are done with it $temp->destroy();
Thats all there is to it.
统计信息
- 总下载量: 5.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-20