update : 2015.11.03
php.shukuma.com검색:
|
xdiff_string_diff(PECL xdiff >= 0.2.0) xdiff_string_diff — Make unified diff of two strings 설명
string xdiff_string_diff
( string
$old_data
, string $new_data
[, int $context = 3
[, bool $minimal = false
]] )
Makes an unified diff containing differences between 인수
반환값
Returns string with resulting diff or 예제
Example #1 xdiff_string_diff() example The following code makes unified diff of two articles.
<?php 주의
|