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
How do you put a space in html?
Why is php so popular?
Do you know what does mvc stand for and what does each component do?
Where can I learn php?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
How do I find environment variables?
What is the use of htmlspecialchars in php?
Explain the difference between php4 and php5.
Why session is required?
Explain about require and include function?
Explain the difference between require() and require_once()?
Explain what are the different errors in php?
Which framework is best for php?
What is the difference between php4 and php5?
Can we run php on tomcat server?