What are the Merits and De-Merits of CURL library ?
PHP supports libcurl, a library 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.
| Is This Answer Correct ? | 4 Yes | 1 No |
How escape single quotes php?
Which character is used to match exactly one character?
Why sessions are used in php?
What is php and its features?
How can you make a connection with mysql server using php?
What is the difference between characters 23 and x23?
What's the difference between __sleep and __wakeup?
What is a PHP accelerator?
What is difference between rest and http?
What is the difference between the include() and require() functions?
What is the importance of "method" attribute in a html form?
What is difference between mysql_connect and mysqli_connect?