#Joining merges multiple arrays into one and Splitting breaks one array into multiple. #We use array_split() for splitting arrays, we pass it the array we want to split and the number of splits.