http_send_content_type
(PECL)
http_send_content_type -- Content-Type を送信する
説明
bool
http_send_content_type ( [string content_type = 'application/x-octetstream'] )
エンティティの Content-Type を送信します。これは、
http_send() API を使用する場合に特に重要です。
パラメータ
- content_type
content type (primary/secondary)。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。