标签: php bash
如何为Bash中的Curl设置以下内容?
curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
答案 0 :(得分:1)
你的意思是那样的吗?
curl -s https://stackoverflow.com
说明
-s # silent, disable progress meter