https://github.com/makasim/tempfile
https://github.com/makasim/tempfile
file php tempfile
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makasim/tempfile
- Owner: makasim
- License: mit
- Created: 2012-08-15T12:35:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T16:18:10.000Z (almost 12 years ago)
- Last Synced: 2025-06-28T06:04:26.007Z (about 1 year ago)
- Topics: file, php, tempfile
- Language: PHP
- Size: 115 KB
- Stars: 29
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TempFile
========
TempFile extends SplFileInfo class. It represents temporary file which will be removed at script shutdown.
Examples:
```php
persist();
```