|
PHP5中文手册
xdiff_string_diff(PECL xdiff:0.2-1.4) xdiff_string_diff — Make unified diff of two strings 说明
string xdiff_string_diff
( string $str1
, string $str2
[, int $context
[, bool $minimal
]] )
Makes a unified diff of two strings. 参数
返回值Returns string with result or FALSE if an internal error happened. 范例
Example#1 xdiff_string_diff() example The following code makes unified diff of two articles.
<?php 注释
|