PHP 클래스 Mutagenesis\Utility\Diff

저자: Sebastian Bergmann ([email protected])
저자: Kore Nordmann ([email protected])
파일 보기 프로젝트 열기: padraic/mutagenesis 1 사용 예제들

공개 메소드들

메소드 설명
difference ( array | string $from, array | string $to, integer $contextLines = 3 ) : string Returns the diff between two arrays or strings.

보호된 메소드들

메소드 설명
longestCommonSubsequence ( array $from, array $to ) : array Calculates the longest common subsequence of two arrays.

메소드 상세

difference() 공개 정적인 메소드

Returns the diff between two arrays or strings.
public static difference ( array | string $from, array | string $to, integer $contextLines = 3 ) : string
$from array | string
$to array | string
$contextLines integer
리턴 string

longestCommonSubsequence() 보호된 정적인 메소드

Calculates the longest common subsequence of two arrays.
protected static longestCommonSubsequence ( array $from, array $to ) : array
$from array
$to array
리턴 array