Bash中的卷曲选项

时间:2019-04-26 03:07:27

标签: php bash

如何为Bash中的Curl设置以下内容?

curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

1 个答案:

答案 0 :(得分:1)

你的意思是那样的吗?

curl -s https://stackoverflow.com

说明

-s      # silent, disable progress meter