This is my array:
array(
"tracker"=> array(
0=> array(
0=> "[" ,
1=> "asiangames" ,
2=> "," ,
3=> "asiangames2018" ,
4=> "," ,
5=> "asian" ,
6=> "]"
),
1=> array(
0=> "[" ,
1=> "2019gantipresiden" ,
2=> "]"
)
)
)
How to unset value, if not word in PHP for example in this array
unset value [
and ]
and ,
, ?
?