IT/PHP

array_slice

LJH.2013 2020. 12. 8. 09:52

www.w3schools.com/php/func_array_slice.asp

 

PHP array_slice() Function

PHP array_slice() Function ❮ PHP Array Reference Example Start the slice from the third array element, and return the rest of the elements in the array: Try it Yourself

www.w3schools.com