Computes a reversed diff.
Text_Diff::countDeletedLines
Returns the number of deleted (removed) lines in a given diff.
Text_Diff::countAddedLines
returns the number of new (added) lines in a given diff.
Text_Diff::getDiff
Returns the array of differences.
Advertisement
Text_Diff::Text_Diff
PHP4 constructor.
Text_Diff::__construct
Computes diffs between sequences of strings.
Text_Diff
General API for generating and formatting diffs – the differences between two sequences of strings.