PHP中使用curl及代理IP模拟post提交【两种实用方法】

方法一:php function request_by_other($remote_server,$post_string){ $context = array( 'http'=>array( 'proxy'=>'127.0.0.1:8787', // 代理IP 'request_fulluri'=>true, // 是否使用代理
相关文章
相关标签/搜索