<?php
$data = array(
"title" => "Re:Начало",
"artist" => "Re:\Легион",
"album" => "",
"year" => "",
"genre" => "",
"comment" => "",
"track" => ""
);
$result = id3_set_tag(__DIR__ . '/124.mp3', $data, ID3_V1_1);
if ($result === true) {
echo "Tag succesfully updated\n";
}
?>
<?php
$data = array(
"title" => "Re:Начало",
"artist" => "Re:\Легион",
"album" => "",
"year" => "",
"genre" => "",
"comment" => "",
"track" => ""
);
$result = id3_set_tag(__DIR__ . '/124.mp3', $data, ID3_V1_1);
if ($result === true) {
echo "Tag succesfully updated\n";
}
?>