update : 2015.11.03
php.shukuma.com

검색:
 
 
Send Content-Type

http_send_content_type

(PECL pecl_http >= 0.10.0)

http_send_content_typeSend Content-Type

설명

bool http_send_content_type ([ string $content_type = "application/x-octetstream" ] )

Send the Content-Type of the sent entity.

Note: 이 함수는 다음 함수와 함께 사용해야 합니다: http_send_data(), http_seld_file() 그리고 http_send_stream().

인수

content_type

the desired content type (primary/secondary)

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

오류/예외

Raises an E_WARNING when the content_type doesn't seem to contain a primary and a secondary part.

참고