Commit 52af2e47 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6ed6c6a3
......@@ -172,8 +172,11 @@ class Media {
$array = json_decode($json,TRUE);
foreach ($array["File"]["track"] as $key => $value) {
echo " ".$key." ".$value["@attributes"]["type"].PHP_EOL;
foreach ($value["@attributes"]["type"] as $key2 => $value2) {
echo " ".$key2." ".$value2.PHP_EOL;
}
}
//var_dump($array);
var_dump($array);
//print_r($array);
//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