大概要自己写吧$t = array();
$i = 0;
foreach ($a as $v) {
  $t[$i] = $v;
  $i++;
}