get only the first 3 values of array php code example Example: limit offset array php array_slice($array, 0, 50); // same as offset 0 limit 50 in sql