What are the Merits and De-Merits of CURL library ?
Answer Posted / pankajbisane
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 |
Post New Answer View All Answers
What are the three parts of an http request?
Explain how to submit form without a submit button.
Is php dying 2018?
Do you know how to enable error reporting in php?
What is the difference between single quoted string and double quoted string?
Can php run without apache?
How can we change the value of a constant?
Php code to find whether a number armstrong or not?
Which is not a file-related function in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
What is a static method php?
Is null in php?
Define metaphone()?
What does the unlink() function means?
Can age be a variable?