Answer the question
In order to leave comments, you need to log in
How to do Array Convergence?
Hello!
Searched other threads but couldn't find an answer.
I have an array
$arrays = Array (
'0' => Array (
'0' => '10',
'1' => '11',
'2' => '12'
),
'1' => Array (
'0' => '10',
'1' => '13',
'2' => '12'
),
'2' => Array (
'0' => '10',
'1' => '12',
'2' => '25'
)
.........................
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question