Answers for "how to return a array with specific length in php"

PHP
4

limit offset array php

array_slice($array, 0, 50); // same as offset 0 limit 50 in sql
Posted by: Guest on September-02-2020

Code answers related to "how to return a array with specific length in php"

Browse Popular Code Answers by Language