MP3_Id::write()

MP3_Id::write() -- 変更したタグを保存します。

概要

require_once 'Id.php';

void MP3_Id::write ([boolean $v1 = TRUE])

説明

ファイルのタグを更新します。

パラメータ

boolean $v1

if TRUE update/create an Version 1-tag on the file

例外・エラー

表 43-1PEAR_Error の値

Error codeError messageReasonSolution
PEAR_MP3_ID_FNO "Unable to open $file" The provide file name could not be opened The file is currently write protected or doesn't exists.
PEAR_MP3_ID_RE "Unable to see to end - 128 of $file" or "Unable to see to end of $file" A read error occured The file is too short or empty - not a MP3 file or a corrupted one.

注意

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