HttpResponse
PHP Manual

HttpResponse::getContentDisposition

(PECL pecl_http >= 0.10.0)

HttpResponse::getContentDispositioncontent disposition を取得する

説明

static string HttpResponse::getContentDisposition ( void )

現在の Content-Disposition の設定を取得します。

返り値

現在の content disposition の設定を、 ヘッダとして送信されるのと同様の形式の文字列で返します。

参考


HttpResponse
PHP Manual