What are the Merits and De-Merits of CURL library ?



What are the Merits and De-Merits of CURL library ?..

Answer / 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

More PHP Interview Questions

Tell me how to find the length of a string?

0 Answers  


Why does php need server?

0 Answers  


Explain what is the function file_get_contents() usefull for?

0 Answers  


What is final class and final method?

0 Answers  


How to find a specific value in an array?

0 Answers  






Tell me what is the difference between the functions strstr() and stristr()?

0 Answers  


In what are the ways you can encrypt the password ?

7 Answers  


What is the use of header() function in php?

0 Answers  


How to call javascript function in php on button click?

0 Answers  


Explain how is it possible to cast types in php?

0 Answers  


What are the common uses of php?

0 Answers  


What is preg_match?

0 Answers  


Categories