PHP Classes

File: exemple.php

Recommend this page to a friend!
  Classes of adrien gibrat   Audio Streamer   exemple.php   Download  
File: exemple.php
Role: Example script
Content type: text/plain
Description: Exemple usage
Class: Audio Streamer
Convert audio files to MP3 or WAV format streams
Author: By
Last change:
Date: 16 years ago
Size: 107 bytes
 

Contents

Class file image Download
<?php
include 'class.audio_streamer.php';
$sound = new audio_streamer('./test.mp3');
$sound->save();
?>