在php 8中,您可以使用以下方法創(chuàng)建數(shù)組:使用數(shù)組字面量創(chuàng)建數(shù)組、使用 array() 函數(shù)創(chuàng)建數(shù)組、通過賦值的方式創(chuàng)建數(shù)組、使用array_push()函數(shù)將元素添加到數(shù)組末尾、使用range()函數(shù)創(chuàng)建數(shù)值數(shù)組、使用compact()函數(shù)創(chuàng)建帶有變量名的數(shù)組、使用array_fill()創(chuàng)建數(shù)組、使用array_fill_keys()函數(shù)創(chuàng)建數(shù)組。
2023-09-04 分類:PHP學堂 瀏覽:768次