Is there an existing way to parse the HTTP_RANGE header correctly in PHP? Thought I\'d ask here before re-inventing the wheel.
HTTP_RANGE
I am currently using
There's a snippet implementing HTTP range support on the fread() page:
fread()
http://www.php.net/manual/en/function.fread.php#84115