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
stringall()
public
static all() : self
Return values
selfequals()
public
equals(self|string $other) : bool
Parameters
- $other : self|string