Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
xdiff_file_patch
Popis
mixed xdiff_file_patch ( string file, string patch, string dest [, int flags] )
Patches a file
with a unified
patch
and stores the result in a file.
Seznam parametrů
file
The original file.
patch
The patch file.
dest
Path of the resulting file.
flags
Can be either XDIFF_PATCH_NORMAL (default mode, normal patch) or XDIFF_PATCH_REVERSE (reversed patch).
Návratové hodnoty
Returns FALSE if an internal error happened, string with rejected chunks of patch or TRUE if patch has been successfully applied.
PÅ™edcházejÃcà | Domů | Dalšà |
xdiff_file_patch_binary | Nahoru |