Method | Description | |
---|---|---|
diff ( array | string $from, array | string $to ) : 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. |