Home
last modified time | relevance | path

Searched refs:TagFormatsToWrite (Results 1 – 2 of 2) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php39 $TagFormatsToWrite = (isset($_POST['TagFormatsToWrite']) ? $_POST['TagFormatsToWrite'] : array()); variable
40 if (!empty($TagFormatsToWrite)) {
45 $tagwriter->tagformats = $TagFormatsToWrite;
H A Ddemo.mysqli.php313 $TagFormatsToWrite = array();
315 $TagFormatsToWrite[] = 'id3v2.3';
318 $TagFormatsToWrite[] = 'ape';
321 $TagFormatsToWrite[] = 'lyrics3';
324 $TagFormatsToWrite[] = 'id3v1';
330 $tagwriter->tagformats = $TagFormatsToWrite;