したがって、1レベルの深さの連想配列があります(以下の抜粋)が、多くのエントリがあります
[0] => Array
(
[Electronic] => 1
[Scope] => Intruder Alarm Systems
[Issued Date] => 2013-07-23 01:03:41
[Customer Name] => qqqq
[Certificate Number] => 1291087
)
[1] => Array
(
[Electronic] => 1
[Scope] => CCTV Systems
[Issued Date] => 2013-07-23 01:02:01
[Customer Name] => qqqqq
[Certificate Number] => 1291085
)
[2] => Array
(
[Electronic] => 1
[Scope] => CCTV Systems
[Issued Date] => 2013-07-17 07:15:06
[Customer Name] => Accent Foundation Ltd
[Certificate Number] => 1290822
)
この配列をループして並べ替え、最新のものが最初になるようにする方法が必要です。基本的には、DBから選択して「ORDER BY "Issued Date" DESC」を使用したかのように
私はこれを行う方法を本当に考えることはできません。