Get the Accept-Ranges HTTP header
string Returns what partial content range types this server supports.
public function getAcceptRanges() { return $this ->getHeader('Accept-Ranges', true); }