MP3_Id::write

MP3_Id::write() – save changed tags

Synopsis

require_once 'Id.php';

void MP3_Id::write ( boolean $v1 = true )

Description

Updates the tags on the file.

Parameter

boolean $v1

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

Throws

Possible PEAR_Error values
Error code Error message Reason Solution
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.

Note

This function can not be called statically.

does extra work to get the MPEG frame info (Previous) OpenDocument (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.