MP3_Id::remove()

MP3_Id::remove() -- remove tags

Synopsis

require_once 'Id.php';

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

Opis

Removes all tags from a file.

Parametr

boolean $id3v1

TRUE to remove tags

boolean $id3v2

unused

Wyjątki

Tabela 39-1. Możliwe wartości PEAR_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.

Uwagi

Ta funkcja nie może być wywołana statycznie.