ArininAV

MP3_Id::copy()

MP3_Id::copy() -- copy the tags of another instance

Synopsis

require_once 'Id.php';

void MP3_Id::copy (string $from)

Описание

Sets the ID3 tags to the same as the tags in $from

Параметр

string $from

Name of the variable storing an other instance of MP3_Id

Заметка

Эта функция не должна вызываться статически.