PHP How can I alphabetically sort second dimension of an array
I´m trying to sort the last dimension of the following array $inventory = array( "author" => array( "1" => "Evans, Dave", "2" => "Burnett, Bill", ), "title" => array( "1" => "Designing your life", ), "subject" => array( "1" =>…