We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬 使用多线程插件的时候怎么添加代理求指导一下。
The text was updated successfully, but these errors were encountered:
$ql->curlMulti([ // ... ])->start([ // 全局CURLOPT_* 'opt' => [ CURLOPT_TIMEOUT => 10, CURLOPT_CONNECTTIMEOUT => 1, CURLOPT_RETURNTRANSFER => true, // 设置代理IP CURLOPT_PROXY => '192.11.22.14:888' ] ]);
CurlMulti的start()方法是可以接收curl代理参数的,
Sorry, something went wrong.
No branches or pull requests
大佬 使用多线程插件的时候怎么添加代理求指导一下。
The text was updated successfully, but these errors were encountered: