An open API service indexing awesome lists of open source software.

https://github.com/makasim/tempfile


https://github.com/makasim/tempfile

file php tempfile

Last synced: 11 months ago
JSON representation

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();
```