Editor PHP 2.4.0

Differ
in package

FinalYes

Table of Contents

Constants

ADDED  = 1
DIFF_LINE_END_WARNING  = 3
NO_LINE_END_EOF_WARNING  = 4
OLD  = 0
REMOVED  = 2

Methods

__construct()  : mixed
diff()  : string
diffToArray()  : array<string|int, mixed>

Constants

DIFF_LINE_END_WARNING

public mixed DIFF_LINE_END_WARNING = 3

NO_LINE_END_EOF_WARNING

public mixed NO_LINE_END_EOF_WARNING = 4

REMOVED

public mixed REMOVED = 2

Methods

diffToArray()

public diffToArray(array<string|int, mixed>|string $from, array<string|int, mixed>|string $to[, LongestCommonSubsequenceCalculator|null $lcs = null ]) : array<string|int, mixed>
Parameters
$from : array<string|int, mixed>|string
$to : array<string|int, mixed>|string
$lcs : LongestCommonSubsequenceCalculator|null = null
Return values
array<string|int, mixed>

        
On this page

Search results