array("name" => "",
"uid" => "",
"nid" => "",
"vid" => "");
And I need it sorted like this:
array("nid" => "",
"uid" => "",
"vid" => "",
"name" => "");
But I can’t seem to figure out array_map, uksort()… or any others. THanks
Not a sort as such, but if you are only looking at 4 keys then why not: