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 I run a php script?
Are static variables final?
Tell me what does the array operator '===' means?
Is overloading possible in php?
How does php work?
Is empty function c++?
Explain type casting and type juggling.
How can we enable error reporting in php?
What are the advantages of object-oriented programming in php?
Explain array_uintersect()?
What are the functions for imap?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
How do we get the current session id?
Where to put php files in apache server?
Explain the installation of PHP on UNIX systems?