Help for this page

Select Code to Download


  1. or download this
    $ua->proxy('http',$res);
  2. or download this
    if ($res->proxy) {
        $ua->proxy(http => $res->proxy);
    }