CURL
페이지 정보
작성자 MintState 댓글 0건 조회 13,612회 작성일 08-11-03 10:57본문
CURL
PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP's ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication.
* 참고사이트
http://kr2.php.net/curl
http://curl.haxx.se
http://curl.haxx.se/libcurl/php/install.html
* Installing the PHP/CURL binding
PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP's ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication.
* 참고사이트
http://kr2.php.net/curl
http://curl.haxx.se
http://curl.haxx.se/libcurl/php/install.html
* Installing the PHP/CURL binding
|
댓글목록
등록된 댓글이 없습니다.