xdiff_string_bpatch
(No version information available, might be only in CVS)
xdiff_string_bpatch — Patch a string with a binary diff
Description
string xdiff_string_bpatch
( string $str
, string $patch
)
Parameters
-
str
-
The original binary string.
-
patch
-
The binary patch string.
Return Values
Returns the patched string, or FALSE on error.