PHP Classes

File: README

Recommend this page to a friend!
  Classes of Amir Ali Jiwani   EZ Curl   README   Download  
File: README
Role: Documentation
Content type: text/plain
Description: Readme
Class: EZ Curl
Send HTTP requests with teh Curl extension
Author: By
Last change:
Date: 12 years ago
Size: 729 bytes
 

Contents

Class file image Download
/** * @author Amir Ali Jiwani <amir.ali@pi-labs.net> * @copyright 2011 * @link http://www.facebook.com/aajiwani * @version 1.0 */ Easy Curl is the implementation of PHP's curl module in an object oriented way. It works for a single request as well as for multiple requests. 1.) Classes to use in package are : EasyCurlRequest EasyCurlResponse EasyCurlError EasyCurlExecuter EasyCurlCookie EasyCurlPostParameter EasyCurlHeader EasyCurlExecuterCallback EasyCurlExecuterResult 2.) Helper classes in package are : EasyCurlHTTPVersion EasyCurlRequestType EasyCurlExecuterNode EasyCurlHTTPCodeInfo EasyCurlCookieExtractor Examples folder contains all the usage samples.