array_chunk

Splits an array into chunks of specified size, returning a multidimensional indexed array with each chunk containing the specified number of elements.

Parameters

main.php
PHP 8.4 | UTF-8
Ready
Line: 1, Column: 1

Return Values

Notes

Changelog

Related Functions

explode

String

Splits a string by a delimiter and returns an array of strings.

splitparsecsv