I have an array like this:
Array
(
[0] => name
[1] => john
[2] => last
[3] => doe
[4] => company
[5] => sony
)
I need to convert to this:
Array
(
[name] => john
[last] => doe
[company] => sony
)
Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…