Доброго дня всем! Ткните, пожалуйста, носом, какую функцию читать в доках, уже запутался =(
Есть ассоциативный массив вида
array(6)
{
[0]=>
array(2)
{
["product_name"]=> string(4) "name"
["custom_attribute"]=> string(3) "hit"
}
[1]=>
array(2)
{
["product_name"]=> string(4) "name"
["custom_attribute"]=> string(3) "test"
}
[2]=>
array(2)
{
["product_name"]=> string(4) "name"
["custom_attribute"]=> string(3) "test"
}
[3]=>
array(2)
{
["product_name"]=> string(4) "name"
["custom_attribute"]=> string(3) "hit"
}
...и т.д.
Скажите, как можно отсортировать массив, чтобы сначала шли элементы, в которых custom_attribute = hit, и только после них custom_attribute = test