in reply to Re: Converting HoA into AoH
in thread Converting HoA into AoH
$VAR1 = [ { 'flintstones' => 'fred', 'jetsons' => 'george', 'domo' => 'harry' }, { 'flintstones' => 'fred', 'jetsons' => 'george', 'domo' => 'gatou' }, { 'flintstones' => 'barney', 'jetsons' => 'george', 'domo' => 'harry' }, { 'flintstones' => 'barney', 'jetsons' => 'george', 'domo' => 'gatou' }, { 'flintstones' => 'fred', 'jetsons' => 'jane', 'domo' => 'harry' }, { 'flintstones' => 'fred', 'jetsons' => 'jane', 'domo' => 'gatou' }, { 'flintstones' => 'barney', 'jetsons' => 'jane', 'domo' => 'harry' }, { 'flintstones' => 'barney', 'jetsons' => 'jane', 'domo' => 'gatou' } ];
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Converting HoA into AoH
by BrowserUk (Patriarch) on Oct 31, 2005 at 10:40 UTC |