$output = array_slice($input, 0, 3); // returns "a", "b", and "c" ... array_chunk() - Split an array into chunks; array_splice() - Remove a portion of the ...
確定! 回上一頁