Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PHPUnit_Util_Diff
PHP 클래스 PHPUnit_Util_Diff, qcodo
링크 보기:
http://www.phpunit.de/
저자:
Sebastian Bergmann (
[email protected]
)
저자:
Kore Nordmann (
[email protected]
)
파일 보기
프로젝트 열기: qcodo/qcodo
1 사용 예제들
공개 메소드들
메소드
설명
diff
(
array
|
string
$from
,
array
|
string
$to
) :
string
Returns the diff between two arrays or strings.
보호된 메소드들
메소드
설명
longestCommonSubsequence
(
array
$from
,
array
$to
) :
array
Calculates the longest common subsequence of two arrays.
메소드 상세
diff()
공개
정적인
메소드
Returns the diff between two arrays or strings.
public
static
diff
(
array
|
string
$from
,
array
|
string
$to
) :
string
$from
array
|
string
$to
array
|
string
리턴
string
longestCommonSubsequence()
보호된
정적인
메소드
Calculates the longest common subsequence of two arrays.
protected
static
longestCommonSubsequence
(
array
$from
,
array
$to
) :
array
$from
array
$to
array
리턴
array