配列キーは日付で、並べ替え順序は日付順に並べ替える必要があります。以下は配列です:日付で配列を並べ替えるPHP
Array
(
[07/14/2017] => Array
(
[ID] => 5442
[post_content] => Test1
[post_title] => Testevents1
)
[01/11/2017] => Array
(
[ID] => 5443
[post_content] => Test2
[post_title] => Testevents2
)
)
は、すでにHTTPS([こちら]答え://より多くの説明[ここ](https://stackoverflow.com/questions/17364127/how-can-i-sort)と一緒にstackoverflow.com/questions/38770210/how-to-sort-array-with-date-as-key) -arrays-and-data-in-php) –
あなたの答えは以下の通りです[回答](https://stackoverflow.com/questions/2910611/php-sort-a-multidimensional-array -by-element-containing-date) –