PHP 클래스 Hal\MutaTesting\Diff\DiffHtml

파일 보기 프로젝트 열기: halleck45/mutatesting

공개 메소드들

메소드 설명
diff ( array | string $from, array | string $to ) : string Returns the diff between two arrays or strings as string.
highlight ( $string )

메소드 상세

diff() 공개 메소드

Returns the diff between two arrays or strings as string.
public diff ( array | string $from, array | string $to ) : string
$from array | string
$to array | string
리턴 string

highlight() 공개 메소드

public highlight ( $string )