I know. But if I use array_combine, it won't return a full list. It will just return array containing 0.15,0.45 and 1.05.
Ok, now I have this:
And this particular function:
And it works fine and gave me the result I wanted. But I notice that it always return me one less value from the original array. The result as below:
As you can see, it's missing of one value. Which should also include.
Why is it so?