Answers for "get the first 10 records in an array php"

PHP
1

php array get first x elements

$sliced_array = array_slice($array, 0, 5)
Posted by: Guest on January-07-2021

Code answers related to "get the first 10 records in an array php"

Browse Popular Code Answers by Language