清理设置
null Module_HttpClient_Driver_Curl::clear_set( )
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();
}