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');