PHP Класс Horde_Text_Diff_Mapped, horde

Автор: Geoffrey T. Dairiki ([email protected])
Наследование: extends Horde_Text_Diff
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $engine, array $params ) Computes a diff between sequences of strings.

Описание методов

__construct() публичный Метод

Computes a diff between sequences of strings.
public __construct ( string $engine, array $params )
$engine string Name of the diffing engine to use. 'auto' will automatically select the best.
$params array Parameters to pass to the diffing engine: - Two arrays, each containing the lines from a file. - Two arrays with the same size as the first parameters. The elements are what is actually compared when computing the diff.