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

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -

how to add preprocess loader in webpack 2 -