update : 2015.11.03
php.shukuma.com검색:
|
xdiff_file_diff(PECL xdiff >= 0.2.0) xdiff_file_diff — Make unified diff of two files 설명
bool xdiff_file_diff
( string
$old_file
, string $new_file
, string $dest
[, int $context = 3
[, bool $minimal = false
]] )
Makes an unified diff containing differences between 인수
반환값
성공 시 예제
Example #1 xdiff_file_diff() example The following code makes unified diff of two php files with context length of 2.
<?php 주의
|