mirror of
https://github.com/moparisthebest/curl
synced 2024-11-06 17:45:05 -05:00
16 lines
614 B
Plaintext
16 lines
614 B
Plaintext
_ _ ____ _
|
|
___| | | | _ \| |
|
|
/ __| | | | |_) | |
|
|
| (__| |_| | _ <| |___
|
|
\___|\___/|_| \_\_____|
|
|
|
|
PHP
|
|
|
|
There's an excellent interface to curl written for PHP by Sterling Hughes. See
|
|
the subdirectory examples/ for some examples on how to program with it.
|
|
|
|
Unfortunately, we don't have much more information about the interface
|
|
included here yet, but there's a detailed online manual for it over at:
|
|
|
|
http://www.php.net/manual/ref.curl.php
|