SHELA
Новичок
Есть массив
[0] => Array
(
[0] => 450
[1] => http://giga.satel.com.ua/engine/ajax/loading.gif
)
[1] => Array
(
[0] => 76
[1] => http://giga.satel.com.ua/uploads/posts/2011-09/thumbs/1316953056_2.jpg
)
[2] => Array
(
[0] => 500
[1] => http://giga.satel.com.ua/uploads/posts/2011-09/thumbs/1316953029_1.jpg
)
выстроить так:
[0] => Array ( [0] => 500 [1] => http://giga.satel.com.ua/uploads/posts/2011-09/thumbs/1316953029_1.jpg )[1] => Array
(
[0] => 450
[1] => http://giga.satel.com.ua/engine/ajax/loading.gif
)
[2] => Array
(
[0] => 76
[1] => http://giga.satel.com.ua/uploads/posts/2011-09/thumbs/1316953056_2.jpg
)
по значению [0] внутри каждого массива
[0] => Array
(
[0] => 450
[1] => http://giga.satel.com.ua/engine/ajax/loading.gif
)
[1] => Array
(
[0] => 76
[1] => http://giga.satel.com.ua/uploads/posts/2011-09/thumbs/1316953056_2.jpg
)
[2] => Array
(
[0] => 500
[1] => http://giga.satel.com.ua/uploads/posts/2011-09/thumbs/1316953029_1.jpg
)
выстроить так:
[0] => Array ( [0] => 500 [1] => http://giga.satel.com.ua/uploads/posts/2011-09/thumbs/1316953029_1.jpg )[1] => Array
(
[0] => 450
[1] => http://giga.satel.com.ua/engine/ajax/loading.gif
)
[2] => Array
(
[0] => 76
[1] => http://giga.satel.com.ua/uploads/posts/2011-09/thumbs/1316953056_2.jpg
)
по значению [0] внутри каждого массива