update : 2015.11.03
php.shukuma.com검색:
|
xdiff_file_patch(PECL xdiff >= 0.2.0) xdiff_file_patch — Patch a file with an unified diff 설명
mixed xdiff_file_patch
( string
$file
, string $patch
, string $dest
[, int $flags = DIFF_PATCH_NORMAL
] )
Patches a 인수
반환값
Returns 예제
Example #1 xdiff_file_patch() example The following code applies unified diff to a file.
<?php Example #2 Patch reversing example The following code reverses a patch.
<?php |