xdiff_string_patch_binary

(PECL)

xdiff_string_patch_binary -- Patch a string with a binary diff

说明

string xdiff_string_patch_binary ( string str, string patch )

Patches a string with a binary patch.

参数

str

The original binary string.

patch

The binary patch string.

返回值

Returns the patched string, or FALSE on error.

参见

xdiff_file_patch_binary()