PHP Classes

File: readme.txt

Recommend this page to a friend!
  Packages 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 for new version
Date: 2 days ago
Size: 1,020 bytes
 

Contents

Class file image Download
App: Image cURL Version: 3.0 Author: MT Jordan <mtjo62@gmail.com> Copyright: 2026 License: MIT ********************************************************************************** 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. This class is useful when requiring metadata from remote linked images to check 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. Image cURL Requirements: * PHP 7.2+ * Enabled cURL extension *********************************************************************************