Comment concaténer plusieurs fichiers?

Bonjour,voici mon code:
$path = 'sound\A.mp3';
$path1 = 'sound\B.mp3';
$mp3 = new mp3($path);
$mp3->striptags();
$mp3_1 = new mp3($path1);
$mp3->mergeBehind($mp3_1);
$mp3->striptags();
$newpath = 'sound\path.mp3';
$mp3->setIdv3_2('***','***');
$mp3->save($newpath);

dans ce code j'ai deux variables $path et $path1
mon problème c'est comment placer une boucle si j'ai plusieurs fichiers à concaténer.
Merci
Configuration: Windows XP / Safari 532.5

1 réponse

Discussions similaires

question pix mot caché

7 réponses