This is my data
Array
(
[t] => Array
(
[0] => SS
)
[size] => Array
(
[0] => 85
)
)
result should be
[t] => Array
(
[0] => SS
)
[size] => Array
(
[0] => 85
)
print_r($your_arr), Dont you get the result you need? without making any change?