Splits up an array or string into chunks of the given size.
The array or string to split.
The chunk size.
Splits up a string into chunks of the given size.
The string to split.
Splits up an array into chunks of the given size.
The array to split.
Splits up an array or string into chunks of the given size.
Param: array
The array or string to split.
Param: size
The chunk size.