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 the difference between $var and $$var?

0 Answers  


List some features of php that are deprecated in php7?

0 Answers  


What is the difference between query and question?

0 Answers  


Can you define an argument as a reference type?

0 Answers  


List some features of php that are deprecated in php

0 Answers  






How to execute a php script from the command line?

0 Answers  


How to parse configuration file in php?

0 Answers  


What is $_ request?

0 Answers  


what is Opern source?

3 Answers  


Explain the difference b/w static and dynamic websites?

0 Answers  


What type of headers that PHP supports?

0 Answers  


How to process the uploaded files?

0 Answers  


Categories