Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
KTaglib_MPEG_File
PHP Manual

KTaglib_MPEG_File::__construct

(No version information available, might be only in CVS)

KTaglib_MPEG_File::__constructOpens a new file

Description

KTaglib_MPEG_File::__construct ( string $filename )

Opens a new MPEG file.

Parameters

filename

The file to read

Examples

Example #1 Opens a new MP3 file and read the title

<?php
$mpeg 
= new KTaglib_MPEG_File('example.mp3');
echo 
$mpeg->getID3v1Tag()->getTitle();
?>


KTaglib_MPEG_File
PHP Manual