• PHP Video Tutorials

PHP - xdiff string_patch_binary() Function



xdiff_string_patch_binary() function is an alias of xdiff_string_bpatch().

Syntax

string xdiff_string_patch_binary( string $str , string $patch )

xdiff_string_patch_binary() function patches a string with a binary patch. This function can accept patches created both via xdiff_string_bdiff() and xdiff_string_rabdiff() or their file counterparts.

xdiff_string_patch_binary() function can return a patched string or false on error.

php_function_reference.htm
Advertisements