选择语言 :

 Module_HttpClient_Driver_Fsock::set_agent

设置$cookie

HttpClient_Driver_Fsock Module_HttpClient_Driver_Fsock::set_agent( $agent $agent )

参数列表

参数 类型 描述 默认值
$agent $agent
返回值
  • HttpClient_Driver_Fsock
File: ./modules/httpclient/driver/fsock.class.php
public function set_agent($agent)
{
    $this->agent = $agent;
    return $this;
}