I'm developing a project where I need to compare two arrays and organize the values.
Example:
# Objeto 1
$array1 = [1, 2, 3];
# bjeto 2
$array2 = [2, 1, 3];
I need to show the user a list of this type:
Comparison:
Obj 1 | Obj 2
1...
asked by
23.08.2016 / 13:11