Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题:代理服务器如何与Buzz一起使用?
可以在此处找到添加对代理的支持的提交。但是,它似乎在最新的 commit中不再可用。
Buzz 0.10 包含基本代理支持(无需身份验证)。AbstractClient有一个方法调用setProxy(),允许您指定代理服务器的地址。例子:
AbstractClient
setProxy()
$client = new FileGetContents(); $client->setProxy('192.168.0.1:8080');