Method | Description | |
---|---|---|
difference ( array | string $from, array | string $to, integer $contextLines = 3 ) : string | Returns the diff between two arrays or strings. |
Method | Description | |
---|---|---|
longestCommonSubsequence ( array $from, array $to ) : array | Calculates the longest common subsequence of two arrays. |