mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
new PHP section
This commit is contained in:
parent
ca05d1b59c
commit
96f81a5c4a
2
php/Makefile.am
Normal file
2
php/Makefile.am
Normal file
@ -0,0 +1,2 @@
|
||||
SUBDIRS = examples
|
||||
EXTRA_DIST = README
|
14
php/README
Normal file
14
php/README
Normal file
@ -0,0 +1,14 @@
|
||||
_ _ ____ _
|
||||
___| | | | _ \| |
|
||||
/ __| | | | |_) | |
|
||||
| (__| |_| | _ <| |___
|
||||
\___|\___/|_| \_\_____|
|
||||
|
||||
PHP
|
||||
|
||||
There's an excellent interface to curl written for PHP by Sterling Hughes.
|
||||
|
||||
Unfortunately, we don't have much information about that included here yet,
|
||||
but there's a detailed online manual for it over at:
|
||||
|
||||
http://www.php.net/manual/ref.curl.php
|
1
php/examples/Makefile.am
Normal file
1
php/examples/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
EXTRA_DIST = README getpageinvar.php simpleget.php simplepost.php
|
Loading…
Reference in New Issue
Block a user