|
xdiff_string_merge3Merge 3 strings into one Description
mixed xdiff_string_merge3(
string $old_data,string $new_data1,string $new_data2,string &$error = ?)
Merges three strings into one and returns the result.
The Parameters
Return Values
Returns the merged string, See Also
|