What are the Merits and De-Merits of CURL library ?
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 |
How do I find out the number of parameters passed into function9?
How does php serialize work?
What is difference between readonly and constant?
How to download the files using PHP
Does php 5 support exceptions?
What is difference between echo and print_r in php?
What is session_register()?
What are major variables in research?
How can you execute php script from the command line?
What is the mysql injection?
How is it possible to parse a configuration file?
Is it possible to get the screen resolution and like with php?