【PHP】數組賦值方式性能比較

實現功能:給長度爲 1000w 的數組賦值(鍵值爲數字索引值 +1)php php版本:5.6.32數組 賦值方式:性能 arr[ ] array_push( ) 代碼:3d <?php ini_set('memory_limit', '2048M'); $j = 10000000; $arr = []; $t = microtime(true); for ($i = 1; $i <= $
相關文章
相關標籤/搜索