| 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ů
fileThe original file.
patchThe binary patch file.
destPath of the resulting file.
PÅ™Ãklady
Poznámky
Poznámka: Both files (
fileandpatch) 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 |