Limit array to 5 items April 29, 2023 by Tarik array_slice returns a slice of an array array_slice($array, 0, 5) // return the first five elements