... create a random array with empty elements [source lang='php'] function generateRandomArray($count=10000) { $array = range(0,($count-1));
確定! 回上一頁