MP3_Id::remove()

MP3_Id::remove() -- タグを取り除く

概要

require_once 'Id.php';

void MP3_Id::remove ([boolean $id3v1 = TRUE [, boolean $id3v2 = TRUE]])

説明

ファイルから全てのタグを取り除く。

パラメータ

boolean $id3v1

TRUE to remove tags

boolean $id3v2

unused

例外・エラー

表 43-1PEAR_Error の値

Error codeError messageReasonSolution
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 ファイルではないか壊れています。

注意

この関数は、スタティックにコールする ことはできません。