Manuál PHP | ||
---|---|---|
Předcházející | Další |
Makes a unified diff of two strings.
str1
str2
context
Indicates how many lines of context you want to include in the diff result.
minimal
Set this parameter to TRUE if you want to minimalize the size of the diff (can take a long time).
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 | xdiff_string_merge3 |