Commit 3f285250 authored by Nico Schallehn's avatar Nico Schallehn

test

parent c7d6ee15
......@@ -143,6 +143,12 @@ class Media {
foreach ($fehlerArr as $fehler) {
echo $fehler.PHP_EOL;
}
$end = time();
$laufzeit = $end - $start;
$Hd = floor($Durchschnitt / 3600);
$id = ($Durchschnitt / 60) % 60;
$sd = $Durchschnitt % 60;
$status = "Gesamtlaufzeit: ".sprintf("%02d:%02d:%02d", $H, $i, $s)."! ".$Counter.' von '.count($FilmeArr).PHP_EOL.PHP_EOL;
echo $status;
file_put_contents("./phpTestout/default.txt", $status.PHP_EOL, FILE_APPEND);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment