Answer the question
In order to leave comments, you need to log in
How to sort a 3D array by value??
There is such an array:
$arr = array(
"Warszawa" => array(
0 => array(
"ID"=> 1,
"post_author"=> "12",
"post_date"=> "2016-03-21 21:04:12"
),
1 => array(
"ID"=> 2,
"post_author"=> "12",
"post_date"=> "2016-03-21 21:04:12"
),
)
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question