Commit 144a4705 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 52af2e47
...@@ -172,7 +172,7 @@ class Media { ...@@ -172,7 +172,7 @@ class Media {
$array = json_decode($json,TRUE); $array = json_decode($json,TRUE);
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;
foreach ($value["@attributes"]["type"] as $key2 => $value2) { foreach ($value as $key2 => $value2) {
echo " ".$key2." ".$value2.PHP_EOL; echo " ".$key2." ".$value2.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