I have a multidimensional array in php and I want to sort it according to the entered time, but I can't so please give some ideas.
Array
(
[0] => Array
(
[account_id] => 9
[entered] => 1369374812
)
[1] => Array
(
[account_id] => 9
[entered] => 1377587453
)
[2] => Array
(
[account_id] => 9
[entered] => 1373542381
)
[3] => Array
(
[account_id] => 9
[entered] => 1372988725
)
[4] => Array
(
[account_id] => 353
[entered] => 1380191316
)
[5] => Array
(
[account_id] => 9
[entered] => 1377587610
)
)