Commit 8bddd283 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7abe347c
...@@ -107,7 +107,10 @@ class Media { ...@@ -107,7 +107,10 @@ class Media {
} }
$FilmeArr = $this->dirtoArray($this->PfadzumEinlesen); $FilmeArr = $this->dirtoArray($this->PfadzumEinlesen);
var_dump($FilmeArr); //var_dump($FilmeArr);
foreach ($FilmeArr as $value) {
echo " ".$this->PfadzumEinlesen.$value[0].$value[1].PHP_EOL;
}
trim(fgets(STDIN)); trim(fgets(STDIN));
echo PHP_EOL; echo PHP_EOL;
......
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