PHP Doku:: Alias of xdiff_string_bpatch - function.xdiff-string-patch-binary.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDateisystemrelevante Erweiterungenxdiffxdiff Funktionenxdiff_string_patch_binary

Ein Service von Reinhard Neidl - Webprogrammierung.

xdiff Funktionen

<<xdiff_string_merge3

xdiff_string_patch>>

xdiff_string_patch_binary

(PECL xdiff >= 0.2.0)

xdiff_string_patch_binaryAlias of xdiff_string_bpatch

Beschreibung

string xdiff_string_patch_binary ( string $str , string $patch )

Patches a string str with a binary patch. This function accepts patches created both via xdiff_string_bdiff() and xdiff_string_rabdiff() functions or their file counterparts.

Starting with version 1.5.0 this function is an alias of xdiff_string_bpatch().

Parameter-Liste

str

The original binary string.

patch

The binary patch string.

Rückgabewerte

Returns the patched string, or FALSE on error.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)