downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

xdiff_string_patch> <xdiff_string_merge3
[edit] Last updated: Fri, 10 Feb 2012

view this page in

xdiff_string_patch_binary

(PECL xdiff >= 0.2.0)

xdiff_string_patch_binaryAlias de xdiff_string_bpatch

Description

string xdiff_string_patch_binary ( string $str , string $patch )

Patche une chaîne str avec un patch binaire. Cette fonction accepte les patchs créés avec les fonctions xdiff_string_bdiff() et xdiff_string_rabdiff() ou leur équivalent en fichiers.

Depuis la version 1.5.0, cette fonction est un alias de la fonction xdiff_string_bpatch().

Liste de paramètres

str

La chaîne binaire originale.

patch

Le patch binaire.

Valeurs de retour

Retourne la chaîne patchée, ou FALSE si une erreur survient.

Voir aussi



add a note add a note User Contributed Notes xdiff_string_patch_binary
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites