xdiff_string_merge3

(PECL xdiff >= 0.2.0)

xdiff_string_merge3Merge 3 strings into one

说明

xdiff_string_merge3 ( string $old_data , string $new_data1 , string $new_data2 [, string &$error ] ) : mixed

Merges three strings into one and returns the result. The old_data is an original version of data while new_data1 and new_data2 are modified versions of an original. An optional error is used to pass any rejected parts during merging process.

参数

old_data

First string with data. It acts as "old" data.

new_data1

Second string with data. It acts as modified version of old_data.

new_data2

Third string with data. It acts as modified version of old_data.

error

If provided then rejected parts are stored inside this variable.

返回值

Returns the merged string, FALSE if an internal error happened, or TRUE if merged string is empty.

参见

相关文章
php gd 和图像处理 函数 crop an image automatically using one of the available modesphp mcve 函数 returns array of strings which represents the keys that can be used for response parameters on this transactionphp mailparse 函数 incrementally parse data into bufferphp 多字节字符串 函数 convert kana one from another zen kaku han kaku and more php odbc 函数 fetch one result row into arrayphp paradox 函数 converts a date into a stringphp 杂项 函数 convert string from one codepage to anotherphp statistic 函数 calculates any one parameter of the beta distribution given values for the othersphp statistic 函数 calculates any one parameter of the binomial distribution given values for the othersphp statistic 函数 calculates any one parameter of the uniform distribution given values for the othersphp statistic 函数 calculates any one parameter of the weibull distribution given values for the othersphp stream 函数 copies data from one stream to anotherphp mnogosearch 函数 get all the categories on the same level with the current onephp xdiff 函数 merge 3 files into onephp xdiff 函数 patch a file with an unified diffphp xdiff 函数 make binary diff of two files using the rabin s polynomial fingerprinting algorithmphp xdiff 函数 make binary diff of two stringsphp xdiff 函数 make unified diff of two stringsphp xdiff 函数 merge 3 strings into onephp xdiff 函数 make binary diff of two strings using the rabin s polynomial fingerprinting algorithm
关注编程学问公众号