strukturart
Erfahrenes Mitglied
Hallo,
ich möchte nur bestimmte Variablenwerte aus eine Array auslesen,
versteh aber nicht wie.
Folgendes bekomme ich mit print_r ausgegeben:
wie komme ich jetzt nur an den Wert von [pg] ?
ich möchte nur bestimmte Variablenwerte aus eine Array auslesen,
versteh aber nicht wie.
Folgendes bekomme ich mit print_r ausgegeben:
Code:
A
Array ( [0] => Array ( [1422384624] => Array ( [id] => 1422384624 [t] => super => admin [ c] => 1 =>
super
[f] => [ht] => 1 [st] => [co] => Array ( ) [cc] => [tg] => [pg] => super [mf] => Array ( ) ) [1422384256] => Array ( [id] => 1422384256 [t] => A:test2 => admin [ c] => 1 =>
A:test2
[f] => [ht] => 1 [st] => [co] => Array ( ) [cc] => [tg] => [pg] => alias-test2 [mf] => Array ( ) ) [1422384046] => Array ( [id] => 1422384046 [t] => A:Test => admin [ c] => 1 =>
A:Test
[f] => [ht] => 1 [st] => [co] => Array ( ) [cc] => [tg] => [pg] => alias__atest [mf] => Array ( ) ) ) [1] => Array ( [qtree] => Array ( [2015-01-27] => 0 ) [cpostponed] => 0 [overall] => 3 ) )
wie komme ich jetzt nur an den Wert von [pg] ?