Skip to content

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

Notifications You must be signed in to change notification settings

pomle/php-serveFilePartial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages