downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

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

view this page in

KTaglib_MPEG_File::__construct

(0.0.1)

KTaglib_MPEG_File::__construct新しいファイルをオープンする

説明

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

新しい MPEG ファイルをオープンします。

パラメータ

filename

読み込むファイル。

例1 新しい MP3 ファイルのオープンと読み込み

<?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.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites