Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
xdiff_string_patch
Popis
string xdiff_string_patch ( string str, string patch [, int flags [, string &error]] )
Patches a string with a unified patch
string.
Seznam parametrů
str
The original string.
patch
The unified patch string.
flags
flags
can be either XDIFF_PATCH_NORMAL (default mode, normal patch) or XDIFF_PATCH_REVERSE (reversed patch).error
If provided then rejected parts are stored inside this variable.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
xdiff_string_patch_binary | Nahoru |