getHttpRange() protected method
Determines the HTTP range given in the request.
protected array|boolean getHttpRange ( $fileSize )$fileSize integer
The size of the file that will be used to validate the requested HTTP range. return
array|boolean
The range (begin, end), or false if the range request is invalid.