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

What is Mcrypt used for?

0 Answers  


how to get substring of string without using substr() function in php ????

3 Answers  


what are in image creating functions in php

5 Answers   A1 Technology,


How to remove an empty directory?

0 Answers  


What websites use php?

0 Answers  






Which function would you use to determine the length of a string in php?

0 Answers  


Is php better than java?

0 Answers  


How to test if a variable is an array?

0 Answers  


Why is php used for web development?

0 Answers  


Is php case sensitive?

0 Answers  


How can I use the COM components in php?

1 Answers   Covansys, Rushmore Consultancy,


What is a closure in php?

0 Answers  


Categories