MP3_Id::read

MP3_Id::read() – ファイルを読み込み、解析する

Synopsis

require_once 'Id.php';

void MP3_Id::read ( string $file )

Description

与えられたファイルを読み込み、解析します。

Parameter

string $file

解析するファイル名

Throws

Possible PEAR_Error values
Error code Error message Reason Solution
PEAR_MP3_ID_FNO "Unable to open $file" 与えられたファイル名を開くことができなかった。 ファイルは現在書き込み禁止か存在していない。
PEAR_MP3_ID_RE "Unable to see to end - 128 of $file" or "Unable to see to end of $file" 読み込みエラーが発生した。 ファイルが短か過ぎるか存在しません - MP3 ファイルではないか壊れています。

Note

This function can not be called statically.