PHP. Руководство по PHP. 2005
xdiff_file_patchxdiff_file_patch
Description
mixed xdiff_file_patch (string file, string patch, string dest [, int flags])
xdiff_file_patch() patches file file with unified patch in file patch and stores result in file dest.
flags can be either XDIFF_PATCH_NORMAL (default mode, normal patch) or XDIFF_PATCH_REVERSE (reversed patch).
Returns FALSE if an internal error happened, string with rejected chunks of patch or TRUE if patch has been successfully applied.
See also xdiff_string_patch().
|
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪