ContentRangeHeader
in package
Table of Contents
Methods
- __construct() : mixed
- getRangeEnd() : int
- getRangeStart() : int
- getSize() : int
- getUnit() : string
- isBytes() : bool
- isUnknownSize() : bool
- isUnspecifiedRange() : bool
- parse() : ContentRangeHeader
Methods
__construct()
public
__construct(string $unit, int $rangeStart, int $rangeEnd, int $size) : mixed
Parameters
- $unit : string
- $rangeStart : int
- $rangeEnd : int
- $size : int
getRangeEnd()
public
getRangeEnd() : int
Return values
intgetRangeStart()
public
getRangeStart() : int
Return values
intgetSize()
public
getSize() : int
Return values
intgetUnit()
public
getUnit() : string
Return values
stringisBytes()
public
isBytes() : bool
Return values
boolisUnknownSize()
public
isUnknownSize() : bool
Return values
boolisUnspecifiedRange()
public
isUnspecifiedRange() : bool
Return values
boolparse()
public
static parse(HttpHeader $header) : ContentRangeHeader
Parameters
- $header : HttpHeader