Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
xdiff_file_patch_binary
Popis
bool xdiff_file_patch_binary ( string file, string patch, string dest )
Patches a file
with a binary
patch
and stores the result in a file.
Seznam parametrů
file
The original file.
patch
The binary patch file.
dest
Path of the resulting file.
PÅ™Ãklady
Poznámky
Poznámka: Both files (
file
andpatch
) will be loaded into memory so ensure that your memory_limit is set high enough.
PÅ™edcházejÃcà | Domů | Dalšà |
xdiff_file_merge3 | Nahoru |