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_diff_binary> <xdiff_string_bdiff
[edit] Last updated: Fri, 25 May 2012

view this page in

xdiff_string_bpatch

(PECL xdiff >= 1.5.0)

xdiff_string_bpatch文字列にバイナリ diff 形式のパッチを適用する

説明

string xdiff_string_bpatch ( string $str , string $patch )

文字列 str に、バイナリ形式のパッチ patch を適用します。 この関数は、xdiff_string_bdiff() 関数あるいは xdiff_string_rabdiff() そしてそれぞれのファイル版が作成したパッチを受け取ることができます。

パラメータ

str

元のバイナリ文字列。

patch

バイナリパッチ文字列。

返り値

パッチ適用後の文字列、あるいはエラー時に FALSE を返します。

参考

  • xdiff_string_bdiff() - 2 つの文字列のバイナリ diff を作成する
  • xdiff_string_rabdiff() - 2 つの文字列のバイナリ diff を、Rabin の polynomial fingerprinting アルゴリズムで作成する



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

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