Commit 8006beb7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b7b0e476
...@@ -172,7 +172,7 @@ class Media { ...@@ -172,7 +172,7 @@ class Media {
foreach ($array["File"]["Track"] as $key => $value) { foreach ($array["File"]["Track"] as $key => $value) {
echo " ".$key." ".$value["@attributes"]["type"].PHP_EOL; echo " ".$key." ".$value["@attributes"]["type"].PHP_EOL;
} }
var_dump($array);
//print_r($array); //print_r($array);
//print_r($vals); //print_r($vals);
......
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