![]() | xdiff_file_patchDescriptionmixed 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(). ![]() There are no user contributed notes for this page. | ![]() | ||