| 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 |