Manuál PHP | ||
---|---|---|
Předcházející | Další |
(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.
Poznámka: Both files (file and patch) will be loaded into memory so ensure that your memory_limit is set high enough.
Vrací TRUE při úspěchu, FALSE při selhání.
See also xdiff_string_patch_binary().
Předcházející | Domů | Další |
xdiff_file_merge3 | Nahoru | xdiff_file_patch |