PHP Class App\Http\Streamers\PHPStreamer

Inheritance: extends Streamer, implements App\Http\Streamers\StreamerInterface
Afficher le fichier Open project: phanan/koel Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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