Azure OSS for PHP API Reference

BlobHttpHeaders
in package

FinalYes

Represents Azure Storage blob http headers data.

Table of Contents

Properties

$cacheControl  : string
$contentDisposition  : string
$contentEncoding  : string
$contentHash  : string
$contentLanguage  : string
$contentType  : string

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct([string $cacheControl = '' ][, string $contentDisposition = '' ][, string $contentEncoding = '' ][, string $contentHash = '' ][, string $contentLanguage = '' ][, string $contentType = '' ]) : mixed
Parameters
$cacheControl : string = ''
$contentDisposition : string = ''
$contentEncoding : string = ''
$contentHash : string = ''
$contentLanguage : string = ''
$contentType : string = ''
On this page

Search results