我正在使用cURL,并且需要在使用curl_exec()后更改标题.但是此功能会自动显示结果.码:
$ch=curl_init($redir); $result = curl_exec($ch); curl_close($ch);
我怎么能避免这个?
php curl
curl ×1
php ×1