$total = count($showList); $offset = ($page - 1) * $limit; $spliceData = array_slice($showList, $offset, $limit);