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.
次の例では、コロン (:) と等号 (=) の両方を使用して http ヘッダーを送信しています。
header('Content-Type: text/html; charset=iso-8859-1');
それらは交換可能ですか?
いいえ、そうではないです。実際には、
Content-Type: text/html; charset=iso-8859-1
Content-Type値があることを意味します
Content-Type
text/html; charset=iso-8859-1
charsetつまり、ヘッダーにフィールドはありません。
charset