GC_HTTP_Proxy::authentication()
最后更新于:2021-12-01 11:12:29
GC_()
Retrieve authentication string for proxy authentication.
响应
(string)
源文件
文件: gc-includes/class-gc-http-proxy.php
public function authentication() {
return $this->username() . ':' . $this->password();
}