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.
そのパラメーター ("-IsH) を PHP を使用して curl に追加するにはどうすればよいですか?
追加するヘッダーに応じて、次のようになります。
-ヘッダーのみを意味し、本文はありません
curl_setopt($ch,CURLOPT_NOBODY);
-H
curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'X-Apple-Tz: 0', 'X-Apple-Store-Front: 143444,12' ));
-s はサイレントを意味します