📜  只保留数组php代码示例的n个元素

📅  最后修改于: 2022-03-11 14:54:05.626000             🧑  作者: Mango

代码示例1
return array_slice($array, 0, $n); // Keep only n first elements of the array and
// returns them