| 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ů
fileThe original file.
patchThe patch file.
destPath of the resulting file.
flagsCan 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 |