PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Mike Jordan   PHP Image cURL   readme.txt   Download  
File: readme.txt
Role: Auxiliary data
Content type: text/plain
Description: Class Information
Class: PHP Image cURL
Emulate getimagesize function remotely using cURL
Author: By
Last change: Updated version
Date: 7 years ago
Size: 1,157 bytes
 

Contents

Class file image Download
App: Image cURL Version: 2.1.0 Author: MT Jordan <mtjo62@gmail.com> Copyright: 2016 License: zlib/libpng License ********************************************************************************** Image cURL: Image class to emulate the getimagesize() function using the cURL library Image cURL is a class that utilizes the cURL library as a handler for HTTP requests for remote images where web hosts have disabled the fopen wrappers. Additionally, the image filesize is returned. This class is useful when requiring metadata from remote linked images to check filesizes and image dimensions for publishing restrictions. ********************************************************************************* Image cURL Features: * Alternate method for the getimagesize function where the fopen wrappers are disabled. Image cURL Restrictions: * Image path MUST be a fully qualified URL. * Must have permissions to read/write to sys tmp dir Image cURL Requirements: * PHP 5.4+ * Enabled cURL extension *********************************************************************************