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