2017 © Pedro Peláez
 

library formfile

parses the $_FILES array into an object.

image

scipper/formfile

parses the $_FILES array into an object.

  • Thursday, October 15, 2015
  • by scipper
  • Repository
  • 1 Watchers
  • 0 Stars
  • 229 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

formfile

parses the $_FILES array into an object, (*1)

usage

``` php <?php, (*2)

use scipper\Formfile\Formparser; use scipper\Formfile\FormfileException;, (*3)

$formparser = new Formparser(); $formparser->parse();, (*4)

foreach($formparser->getFormfiles() as $file) { try { $path = $file->save("/some/where/"); } catch(FormfileException $e) { error_log($e->getMessage()); } } ```, (*5)

The Versions

15/10 2015

1.0.x-dev

1.0.9999999.9999999-dev http://www.myscipper.de

parses the $_FILES array into an object.

  Sources   Download

GNU GPLv2

The Requires

  • php >=5.4

 

by Steffen Kowalski

form files scipper

15/10 2015

dev-master

9999999-dev http://www.myscipper.de

parses the $_FILES array into an object.

  Sources   Download

GNU GPLv2

The Requires

  • php >=5.4

 

by Steffen Kowalski

form files scipper

15/10 2015

dev-develop

dev-develop http://www.myscipper.de

parses the $_FILES array into an object.

  Sources   Download

GNU GPLv2

The Requires

  • php >=5.4

 

by Steffen Kowalski

form files scipper

15/10 2015

1.0.1

1.0.1.0 http://www.myscipper.de

parses the $_FILES array into an object.

  Sources   Download

GNU GPLv2

The Requires

  • php >=5.4

 

by Steffen Kowalski

form files scipper

15/10 2015

1.0.0

1.0.0.0 http://www.myscipper.de

parses the $_FILES array into an object.

  Sources   Download

GNU GPLv2

The Requires

  • php >=5.4

 

by Steffen Kowalski

form files scipper