verot / class.upload.php

This PHP class uploads files and manipulates images very easily. It is in fact as much as an image processing class than it is an upload class. Compatible with PHP 4, 5, 7 and 8. Supports processing of local files, uploaded files, files sent through XMLHttpRequest.
http://www.verot.net/php_class_upload.htm
GNU General Public License v2.0
853 stars 359 forks source link

Change PHP keywords to comply with PSR2 #111

Closed friendlydan closed 5 years ago

friendlydan commented 5 years ago

Hi, I've changed some PHP keywords to comply with this standard in PSR2. It's admittedly a small fix but I hope it helps!