
[Top]
Array
|
Method Array.diff()
- Method
diff
array(array(array)) Array.diff(array a, array b)
- 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 array b.
- See also
Array.diff_compare_table, Array.diff_longest_sequence,
String.fuzzymatch
Extracted from Pike v7.3 release 11 at 2001-11-03.
|