na das nenn ich mal vorbildliche Eigeninitiative
kürzer dürfte dann dies sein
kürzer dürfte dann dies sein
PHP-Code:
foreach ($rawlist as $file)
if ($file[0] == 'd')
if(preg_match_all("#:[0-9]{2}(.*)#", $file, $ausgabe))
echo $ausgabe[0][1];
Kommentar