文件名称:php-tmpfile:临时文件的便利类
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-28 00:01:09
PHP
php-tmp文件 临时文件的便利类。 特征 创建具有任意内容的临时文件 使用后删除文件(可以禁用) 内联或通过保存对话框(可选)和自定义HTTP标头将文件发送到客户端 本地保存文件 例子 <?php use mikehaertl\tmp\ File ; $ file = new File ( 'some content' , '.html' ); // send to client for download $ file -> send ( 'home.html' ); // ... with custom content type (autodetected otherwhise) $ file -> send ( 'home.html' , 'application/pdf' ); // ... for inline display (download dialog otherw
【文件预览】:
php-tmpfile-master
----src()
--------File.php(6KB)
----LICENSE(1KB)
----composer.json(556B)
----.github()
--------workflows()
----README.md(2KB)