from one array, find the two array that map the value of elements have an array:
$A = Array ( [0] => 0;0
[1] => 0;1
[2] => 1;0 )
Will get the new one like this: I am going TODO something like this
function split_map_arr($A){
TODO
}
fonksiyon aşağıdaki gibi iki dizi dönecektir
idxs_main=array(0,1)
idxs_sub=array(array(0,1),
array(1)
)
Bunu nasıl yapabilir?