Innovation Award
 January 2007
Number 6 |
Curl is a library to access remote servers using HTTP and other protocols.
PHP comes with an extension to integrate with this library since PHP 3, and so provide a simplified means to implement HTTP clients. However, the Curl extension is not available in all PHP installations.
This package provides a solution that makes the PHP Curl functions available under any PHP installation.
Applications that depend on the Curl library may now run with this package whether or not the Curl extension is available.
Manuel Lemos |
This class provides an alternative implementation of the cURL extension functions in pure PHP.
It automatically detects whether the cURL library is available. If it is not available, it defines several functions with the same names of the cURL extension that use the class to emulate part the original functionality.
Currently it implements the functions: curl_init, curl_exec, curl_setopt and curl_close. Several of the most important options can be set with the curl_setopt function.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Sufficient (70.8%) |
- |
Sufficient (70.8%) |
- |
- |
Not sure (47.5%) |
1369 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| alternatif curl |
bagi yg ingin menggunakan fungsi2 curl di php tapi di server curl-nya gak di enable? mungkin bisa nyobain class mycurl sebagai alternatif fungsi2 curl. |
| If you do not have Curl |
A class hint at phpclasses.org - MyCurl... |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| MyCurl |
MyCurl homepage |