HttpResponse::getContentDisposition
(PECL pecl_http >= 0.10.0)
HttpResponse::getContentDisposition — content disposition を取得する
説明
static
string HttpResponse::getContentDisposition
( void
)
現在の Content-Disposition の設定を取得します。
返り値
現在の content disposition の設定を、 ヘッダとして送信されるのと同様の形式の文字列で返します。
参考
- HttpResponse::setContentDisposition() - content disposition を設定する
- HttpResponse::getContentType() - content type を取得する
- HttpResponse::setContentType() - content type を設定する