| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-11-13 11:15:08 GMT-0800 |
| Commit | 2fd20289ce0da91326306e2ca5ccc9c3fd40e60a |
| Parent | e390d4f |
| Delta | 3 lines added, 2 lines removed, 1-line increase |
| * @param int $size The total file size (as stored on disk). | ||
| * | ||
| - * @return int The starting offset for resuming the download, or 0 to | ||
| - * download the entire file (i.e., no offset could be parsed). | ||
| + * @return array The starting offset for resuming the download, or 0 to | ||
| + * download the entire file (i.e., no offset could be parsed); also the | ||
| + * number of bytes to be transferred. | ||
| */ | ||
| function parse_range( $size ) { |