xdiff_string_patch_binary(3) php man page | unix.com

Man Page: xdiff_string_patch_binary

Operating Environment: php

Section: 3

XDIFF_STRING_PATCH_BINARY(3)						 1					      XDIFF_STRING_PATCH_BINARY(3)

xdiff_string_patch_binary - Alias of xdiff_string_bpatch

SYNOPSIS
string xdiff_string_patch_binary (string $str, string $patch)
DESCRIPTION
Patches a string $str with a binary $patch. This function accepts patches created both via xdiff_string_bdiff(3) and xdiff_string_rabd- iff(3) functions or their file counterparts. Starting with version 1.5.0 this function is an alias of xdiff_string_bpatch(3).
PARAMETERS
o $str - The original binary string. o $patch - The binary patch string.
RETURN VALUES
Returns the patched string, or FALSE on error.
SEE ALSO
xdiff_string_bpatch(3), xdiff_string_bdiff(3), xdiff_string_rabdiff(3). PHP Documentation Group XDIFF_STRING_PATCH_BINARY(3)
Related Man Pages
xdiff_string_diff(3) - php
ucwords(3) - php
xdiff_file_rabdiff(3) - php
xdiff_string_patch(3) - php
xdiff_file_bdiff(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun