PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Ronald   ID3   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: ID3
Retrieve pictures from ID3 headers of MP3 files
Author: By
Last change:
Date: 16 years ago
Size: 152 bytes
 

Contents

Class file image Download
<?php
require_once("APIC.class.php");

$apic = new APIC("/go/to/my_audio_file.mp3");
$apic->writePicture("/go/to/", "my_attached_picture_file");
?>