Commit 95fa172d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 8cedbdb3
......@@ -74,6 +74,7 @@ class Media {
}
}
public function filme(){
$start = microtime(true);
//var_dump($this->config);
echo $this->Console->getColoredString("Filme", "black", "light_gray") .PHP_EOL;
......@@ -105,6 +106,8 @@ class Media {
foreach ($FilmeArr as $value) {
//echo " ".$this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':'').$value[1].PHP_EOL;
echo $this->parseMovie($this->PfadzumEinlesen.'/'.(strlen($value[0])>0?$value[0].'/':''), $value[1]).PHP_EOL;
$end = microtime(true);
echo "Laufzeit: ".$laufzeit." Sekunden!".PHP_EOL;
}
trim(fgets(STDIN));
......
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