| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
xdiff_string_diff
Popis
string xdiff_string_diff ( string str1, string str2 [, int context [, bool minimal]] )Makes a unified diff of two strings.
Seznam parametrů
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).
PÅ™Ãklady
Poznámky
Poznámka: This function doesn't work well with binary strings. To make diff of binary strings use xdiff_string_diff_binary().
| PÅ™edcházejÃcà | Domů | Dalšà |
| xdiff_string_diff_binary | Nahoru |