Azure OSS for PHP API Reference

ETag
in package

FinalYes

Represents an HTTP entity tag used by Azure Storage request conditions.

Table of Contents

Properties

$value  : string

Methods

__construct()  : mixed
__toString()  : string
all()  : self
equals()  : bool

Properties

$value read-only

private string $value

Methods

__construct()

public __construct(string $value) : mixed
Parameters
$value : string

__toString()

public __toString() : string
Return values
string

all()

public static all() : self
Return values
self

equals()

public equals(self|string $other) : bool
Parameters
$other : self|string
Return values
bool
On this page

Search results