Manual:cURL

From Linux Web Expert

Revision as of 16:54, 15 September 2018 by imported>Shirayuki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

cURL, or Client URL, is a computer software project providing a library and command-line tool for transferring data using various protocols. Some MediaWiki extensions and bots use it to obtain data from websites. If you get a "Fatal error: Call to undefined function curl_init()" then you should use sudo apt-get install php5-curl to install cURL.

External link