http_proxy_host

配置Http代理。

基础设置

  1. $client->set(array(
  2. 'http_proxy_host' => '192.168.1.100',
  3. 'http_proxy_port' => 1080,
  4. ));

验证设置

  1. $client->set(array(
  2. 'http_proxy_user' => 'test',
  3. 'http_proxy_password' => 'test_123456',
  4. ));