Um...
The Range request header is sent by the client. It's up to your application to detect and handle it (it would be in $_SERVER['HTTP_RANGE']).
The Accept-Ranges: and Content-Range: response headers are sent by your application. It's up to you to put it in the response (e.g., "header('Accept-Ranges:0-30000');").