选择语言 :

 Module_HttpClient_Driver_Fsock::clear_set

清理设置

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