选择语言 :

 Module_HttpClient_Driver_Curl::clear_set

清理设置

null Module_HttpClient_Driver_Curl::clear_set( )
File: ./modules/httpclient/driver/curl.class.php
protected function clear_set()
{
    $this->_option = array();
    $this->header = array();
    $this->ip = null;
    $this->cookies = null;
    $this->referer = null;
    $this->method     = 'GET';
    $this->_post_data = array();
}