For example, if you wanted to initialise an array with 5 elements starting from 0 with a default value of 0 you would do this: $array = array_fill(0, 5, 0);.
確定! 回上一頁