Associative array formatting -


i having array

array (     [0] => array         (             [008847] => mi         )  ) 

please suggest how make in php

array     (         [008847] => 'mi'                 ) 


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -