February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_chunk
array array_chunk(arrayarray, intsize[, intpreserve_keys])
Splits array into a series of arrays,
each containing size elements, and returns
them in an array. If preserve_keys is
true (default is false), the original keys are preserved in
the resulting arrays; otherwise, the values are ordered with numeric
indices starting at 0.
Read now
Unlock full access