2017 © Pedro Peláez
 

library temp-file

Temp file object

image

makasim/temp-file

Temp file object

  • Friday, July 12, 2013
  • by makasim
  • Repository
  • 1 Watchers
  • 4 Stars
  • 51,324 Installations
  • PHP
  • 7 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 39 % Grown

The README.md

TempFile

TempFile extends SplFileInfo class. It represents temporary file which will be removed at script shutdown., (*1)

Examples:, (*2)

<?php

//generate
$file = \Makasim\File\TempFile::generate();

//or create a temporary copy of persisted file
$file = \Makasim\File\TempFile::from('path_to_persisted_file');

//prevent file being removed
$file = \Makasim\File\TempFile::generate();

$file->persist();

The Versions

12/07 2013

dev-master

9999999-dev https://github.com/makasim/TempFile

Temp file object

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Maksim Kotlyar

file temp temp file

12/07 2013

0.2.0

0.2.0.0 https://github.com/makasim/TempFile

Temp file object

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Maksim Kotlyar

file temp temp file

20/09 2012

0.1.0

0.1.0.0 https://github.com/makasim/TempFile

Temp file object

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Maksim Kotlyar

file temp