PHP Doku:: Opens a new file - mpegfile.construct.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzManipulation von AudioformatenKTaglibThe KTagLib_MPEG_File classKTaglib_MPEG_File::__construct

Ein Service von Reinhard Neidl - Webprogrammierung.

The KTagLib_MPEG_File class

<<The KTagLib_MPEG_File class

KTaglib_MPEG_File::getAudioProperties>>

KTaglib_MPEG_File::__construct

(0.0.1)

KTaglib_MPEG_File::__constructOpens a new file

Beschreibung

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();
?>


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)