PHP 클래스 patch_obj, diff_match_patch-php

파일 보기 프로젝트 열기: nuxodin/diff_match_patch-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$diffs
$length1
$length2
$start1
$start2

공개 메소드들

메소드 설명
__toString ( )
toString ( ) : {string} Emmulate GNU diff's format.

메소드 상세

__toString() 공개 메소드

public __toString ( )

toString() 공개 메소드

Header: @@ -382,8 +481,9 @@ Indicies are printed as 1-based, not 0-based.
public toString ( ) : {string}
리턴 {string}

프로퍼티 상세

$diffs 공개적으로 프로퍼티

public $diffs

$length1 공개적으로 프로퍼티

public $length1

$length2 공개적으로 프로퍼티

public $length2

$start1 공개적으로 프로퍼티

public $start1

$start2 공개적으로 프로퍼티

public $start2