Source for file Curl.class.php
Documentation is available at Curl.class.php
* Gumbo Library Framework
* This library is being released under the terms of the New BSD License. A
* copy of the license is packaged with the software (LICENSE.txt). If no
* copy is found, a copy of the license template can be found at:
* http://www.opensource.org/licenses/bsd-license.php
* @copyright Copyright (c) 2007, iBayou, Michael Luster
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @author Michael Luster <mluster79@yahoo.com>
* @link http://sourceforge.net/projects/phpgumbo
* Curl Interface, wrapper to curl_* functions (basic Interface)
* @copyright Copyright (c) 2007, iBayou, Michael Luster
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @author Michael Luster <mluster79@yahoo.com>
* @link http://sourceforge.net/projects/phpgumbo
* @param int|array$option CURLOPT_* constant
* @param mix $value primitive type value
public function setOption ($option, $value=
null);
* Returns the CURL resource
* Returns the reponse contents returned from the CURL call
* Returns the CURL version information
* Returns information about CURL
* @param string $opt CURLINFO_* option
public function getInfo ($opt=
null);