|
|
What is curl? What is the functionality of curl? - PHP
|
Views : 278
|
|
Tagged in : PHP
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
What is curl? What is the functionality of 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.
These functions have been added in PHP 4.0.2. |
|
By Nirmala, On - 2010-09-02 |
|
|
|