PHP - Array Functions
You have an array
$data = [10, 20, 30, 40, 50, 60]. Using array_splice, how do you replace elements 20, 30, and 40 with 21 and 31?