xdiff_file_patch
Opis
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.
Parametry
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).
Zwracane wartości
Returns FALSE if an internal error happened, string with rejected chunks of patch or TRUE if patch has been successfully applied.
| Poprzedni | Spis treści | Następny |
| xdiff_file_patch_binary | Początek rozdziału |