Method Array.diff()
- Method
diff
array(array(array)) diff(arraya,arrayb)- Description
Calculates which parts of the arrays that are common to both, and which parts that are not.
- Returns
Returns an array with two elements, the first is an array of parts in array
a, and the second is an array of parts in arrayb.- See also
diff_compare_table(), diff_longest_sequence(), String.fuzzymatch()