PHP 클래스 Horde_Text_Diff_Mapped, horde

저자: Geoffrey T. Dairiki ([email protected])
상속: extends Horde_Text_Diff
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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.