Login   Register  
PHP Classes
elePHPant
Icontem

MultiCurl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Vadym Timofeyev  >  MultiCurl  >  Download .tar.gz .zip  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: MultiCurl
Base name: multicurl
Description: Retrieve multiple pages simultaneously
Related classes: , , ,
Version: 1.07
PHP version: 5.0
License: GNU Lesser General Public License (LGPL)
All time users: 1488 users
All time rank: 2222
Week users: 2 users
Week rank: 1637
 

  Author  
Picture of Vadym Timofeyev
Name: Vadym Timofeyev <e-mail contact>
Packages: 3 Browse all classes by Vadym Timofeyev Browse all classes by
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Age: 37
All time rank: 80325 in The Netherlands The Netherlands
Week rank: 691 Up19 in The Netherlands The Netherlands Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
This class can be used to retrieve multiple pages simultaneously from remote Web servers.

It uses PHP Curl extension to establish one or more HTTP requests that may be executed in parallel.

The class supports:

- Only a limited number of requests are executed in parallel, so exceeding requests are delayed until prior requests are finished
- Restrict the size of retrieved data to a given limit
- Set common CURL options for all requests
- Set separate CURL options for different requests when necessary
- Use callback events for response result processing.

  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Networking Networking protocols, clients and servers View top rated classes
Group folder image HTTP HTTP protocol clients, headers and cookies View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
September 2007
Number 6

Prize: One copy of the Zend Studio
PHP can access Web resources either using HTTP connections established by the fsockopen function or the Curl library functions.

The Curl library provides support to establish multiple HTTP connections in parallel, thus retrieving resources from several Web servers at the same time.

This class takes advantage of this feature of the Curl library to provide a more elegant interface to access data from multiple Web sites in less time.

Manuel Lemos

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file MultiCurl.class.php Class MultiCurl class
Plain text file example.php Example Example
Plain text file README Doc. README
Plain text file ChangeLog Data ChangeLog
Plain text file LICENSE Lic. LICENSE

Download all files: multicurl.tar.gz multicurl.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.