update : 2015.11.03
php.shukuma.com검색:
|
xdiff_file_bpatch(PECL xdiff >= 1.5.0) xdiff_file_bpatch — Patch a file with a binary diff 설명
bool xdiff_file_bpatch
( string
$file
, string $patch
, string $dest
)
Patches a 인수
반환값
성공 시 예제
Example #1 xdiff_file_bpatch() example The following code applies binary diff to a file.
<?php 주의
참고
|