设置IP
HttpClient_Driver_Fsock Module_HttpClient_Driver_Fsock::set_ip( string $ip )
参数列表 参数 类型 描述 默认值 $ip string $ip
$ip
string
HttpClient_Driver_Fsock
public function set_ip($ip) { $this->ip = $ip; return $this; }