pomle / php-serveFilePartial

PHP function for handling HTTP Status: 206 Partial Content and Range Requests with Content-Range

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP function for sending partial content

Useful for secure streaming of audio or video when you don't have access to webserver file sending

Usage Example

<?
serveFilePartial('/home/pomle/Track.oga', 'Pomle - Sing the Blues.oga', 'audio/ogg');

About

PHP function for handling HTTP Status: 206 Partial Content and Range Requests with Content-Range


Languages

Language:PHP 100.0%