Horde_Text_Diff_Engine_Xdiff
in package
Class used internally by Diff to actually compute the diffs.
This class uses the xdiff PECL package (http://pecl.php.net/package/xdiff) to compute the differences between the two input arrays.
Copyright 2004-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- diff() : mixed
Methods
diff()
public
diff(mixed $from_lines, mixed $to_lines) : mixed
Parameters
- $from_lines : mixed
- $to_lines : mixed