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
Which function(s) in PHP computes the difference of arrays?
Can you extend a final defined class?
Which function is used to read a single character from a file in PHP.
What is a string in php?
Where do we use get and post?
Can we override static method in php?
What are the different filter functions used to filter a variable?
What is difference between explode() or split() in PHP?
How we get ip address of client, previous reference page etc?
Where can I find php ini file?
How to call javascript function in php without any event?
When to use single quotes, double quotes, and backticks?
Is it possible to use com component in php?
What enctype is required for file uploads to work?
What is the default time in seconds for which session data is considered valid?