Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2007-06-25 18:40
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");
?>