I know that array_chunck allows to split an array into several chuncks, but the number of chuncks changes according to the number of elements. What I need is to always split the array into a specific number of arrays like 4 arrays for example.I know that array_chunck allows to split an arr