update : 2015.11.03
php.shukuma.com검색:
|
xdiff_file_bdiff_size(PECL xdiff >= 1.5.0) xdiff_file_bdiff_size — Read a size of file created by applying a binary diff 설명
int xdiff_file_bdiff_size
( string
$file
)
Returns a size of a result file that would be created after applying binary patch from file
인수
반환값Returns the size of file that would be created. 예제
Example #1 xdiff_file_bdiff_size() example The following code applies reads a size of file that would be created after applying a binary diff.
<?php 참고
|