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 |
Which of the delimiter is ASP style?
What would occur if a fatal error was thrown in your php program?
Whether it is possible to share a single instance of a memcache between multiple php projects?
Explain about looping in PHP?
How can you associate a variable with a session?
What does odbc do in context with php?
How to set cookies in PHP?
describe arguments in header in php?
What is the difference between InnoDb tables and MyIsam Tables in php
What does a delimiter do in mysql?
What is the function to count elements in an array in PHP?
What is php.ini & .htacess file?