Which of the following method breaks the collection into multiple, smaller collections of a given size?
split()
break()
explode()
chunk()
(D) chunk()
Explanation: