Download the PHP package mikehaertl/php-tmpfile without Composer
On this page you can find all versions of the php package mikehaertl/php-tmpfile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikehaertl/php-tmpfile
More information about mikehaertl/php-tmpfile
Files in mikehaertl/php-tmpfile
Download mikehaertl/php-tmpfile
More information about mikehaertl/php-tmpfile
Files in mikehaertl/php-tmpfile
Vendor mikehaertl
Package php-tmpfile
Short Description A convenience class for temporary files
License MIT
Package php-tmpfile
Short Description A convenience class for temporary files
License MIT
Keywords files
Please rate this library. Is it a good library?
Informations about the package php-tmpfile
php-tmpfile
A convenience class for temporary files.
Features
- Create temporary file with arbitrary content
- Delete file after use (can be disabled)
- Send file to client, either inline or with save dialog, optionally with custom HTTP headers
- Save file locally
Examples
If you want to keep the temporary file, e.g. for debugging, you can set the $delete
property to false:
Default HTTP headers can also be added:
The $ignoreUserAbort
option (on by default) mitigates an issue where the file
was not deleted if the user closes the connection during a download. Try setting
it to false
if you experience unexpected behavior.
All versions of php-tmpfile with dependencies
PHP Build Version
Package Version
No informations.
The package mikehaertl/php-tmpfile contains the following files
Loading the files please wait ....