PHP Class App\Http\Streamers\PHPStreamer

Inheritance: extends Streamer, implements App\Http\Streamers\StreamerInterface
Show file Open project: phanan/koel Class Usage Examples

Public Methods

Method Description
stream ( ) Stream the current song using the most basic PHP method: readfile() Credits: DaveRandom @ http://stackoverflow.com/a/4451376/794641.

Method Details

stream() public method

Stream the current song using the most basic PHP method: readfile() Credits: DaveRandom @ http://stackoverflow.com/a/4451376/794641.
public stream ( )