|
PHP5中文手册
http_send_content_type(PECL pecl_http:0.10.0-1.5.5) http_send_content_type — Send Content-Type 说明
bool http_send_content_type
([ string $content_type = 'application/x-octetstream'
] )
Send the Content-Type of the sent entity.
参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 错误/异常Raises an E_WARNING when the content_type doesn't seem to contain a primary and a secondary part. 参见
|