Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
how can I add that parameter ("-IsH) to curl using PHP?
像这样取决于您要添加的标题:
-I 仅表示标题,没有正文
curl_setopt($ch,CURLOPT_NOBODY);
-H
curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'X-Apple-Tz: 0', 'X-Apple-Store-Front: 143444,12' ));
-s 表示静音