Код: Выделить всё
Array (
[1] => Vice President
[3] => Secretary
[5] => Treasurer
)
Код: Выделить всё
Array (
[0] => Vice President
[1] => Secretary
[2] => Treasurer
)
Код: Выделить всё
$ub_new_arr_sort = array();
for ($i3 = 0; $i3 < count($ub_new_arr); $i3++) {
$ub_new_arr_sort[] = $ub_new_arr[$i3];
}
Подробнее здесь: https://stackoverflow.com/questions/654 ... x-an-array
Мобильная версия