xdiff_string_diff
Opis
string xdiff_string_diff ( string str1, string str2 [, int context [, bool minimal]] )Makes a unified diff of two strings.
Parametry
str1str2contextIndicates how many lines of context you want to include in the diff result.
minimalSet this parameter to TRUE if you want to minimalize the size of the diff (can take a long time).
Przykłady
Notatki
Notatka: This function doesn't work well with binary strings. To make diff of binary strings use xdiff_string_diff_binary().
| Poprzedni | Spis treści | Następny |
| xdiff_string_diff_binary | Początek rozdziału |