PHP Functions : CURL, Client URL Library Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions CURL Client URL Library Functions
Help URL: http://www.php.net/manual/en/ref.curl.php


Items Related to CURL, Client URL Library Functions

Inner Elements of CURL, Client URL Library Functions

CURL, Client URL Library Functions contains following items:
  • curl_close (curl close)
  • curl_copy_handle (curl copy handle)
  • curl_errno (curl errno)
  • curl_error (curl error)
  • curl_exec (curl exec)
  • curl_getinfo (curl getinfo)
  • curl_init (curl init)
  • curl_multi_add_handle (curl multi add handle)
  • curl_multi_close (curl multi close)
  • curl_multi_exec (curl multi exec)
  • curl_multi_getcontent (curl multi getcontent)
  • curl_multi_info_read (curl multi info read)
  • curl_multi_init (curl multi init)
  • curl_multi_remove_handle (curl multi remove handle)
  • curl_multi_select (curl multi select)
  • curl_setopt (curl setopt)
  • curl_version (curl version)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home