(no version information, might be only in CVS)
xdiff_file_patch_binary -- Patch a file with a binary diffxdiff_file_patch_binary() patches file file with binary patch in file patch and stores result in file dest.
Nota: Both files (file and patch) will be loaded into memory so ensure that your memory_limit is set high enough.
Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.
See also xdiff_string_patch_binary().