xdiff_file_patch_binary() patches file
file
with binary patch in file
patch
and stores result in file
dest
.
Anmerkung: Both files (file and patch) will be loaded into memory so ensure that your memory_limit is set high enough.
Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
See also xdiff_string_patch_binary().
Zurück | Zum Anfang | Weiter |
xdiff_file_merge3 | Nach oben | xdiff_file_patch |