suche nach in der

KTaglib_MPEG_File::getAudioProperties> <KTaglib_MPEG_File
Last updated: Fri, 25 May 2012

view this page in

KTaglib_MPEG_File::__construct

(0.0.1)

KTaglib_MPEG_File::__constructOpens a new file

Beschreibung

public KTaglib_MPEG_File::__construct() ( string $filename )

Opens a new MPEG file.

Parameter-Liste

filename

The file to read

Beispiele

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

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



add a note add a note User Contributed Notes
KTaglib_MPEG_File::__construct
There are no user contributed notes for this page.

KTaglib_MPEG_File::getAudioProperties> <KTaglib_MPEG_File
Last updated: Fri, 25 May 2012