php limit 10 array code example Example: limit offset array php Click to copyarray_slice($array, 0, 50); // same as offset 0 limit 50 in sql