在PHP手册中,( array_Push )说.. 如果使用array_Push() 将一个元素添加到数组中,最好使用$ array [] = 因为这样就没有调用函数的开销。 例如:$arr = array() ...
確定! 回上一頁