JavaScript Editor Javascript debugger     Website design 


xdiff_string_patch_binary

Patch a string with a binary diff (PECL xdiff:0.2-1.4)
string xdiff_string_patch_binary ( string str, string patch )

Patches a string with a binary patch.

Parameters

str

The original binary string.

patch

The binary patch string.

Return Values

Returns the patched string, or FALSE on error.