Как скачать первую 1000 байт<?php $ch = curl_init('http://example.com/file.mp4'); curl_setopt($ch, CURLOPT_RANGE, '0-1000'); curl_exec($ch);