PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

xdiff_file_bdiff> <xdiff 関数
Last updated: Fri, 10 Oct 2008

view this page in

xdiff_file_bdiff_size

(No version information available, might be only in CVS)

xdiff_file_bdiff_sizeバイナリ diff を適用して作成するファイルのサイズを読み込む

説明

int xdiff_file_bdiff_size ( string $file )

ファイル file のバイナリパッチを 元ファイルに適用して作成するファイルのサイズを返します。

パラメータ

file

xdiff_string_bdiff() 関数あるいは xdiff_string_rabdiff() 関数で作成したバイナリパッチファイルへのパス。

返り値

作成されるファイルのサイズを返します。

例1 xdiff_file_bdiff_size() の例

次のコードは、バイナリ diff を適用してできあがるファイルのサイズを読み込みます。

<?php
$length 
xdiff_string_bdiff_size('file.bdiff');
echo 
"Resulting file will be $length bytes long";
?>



add a note add a note User Contributed Notes
xdiff_file_bdiff_size
There are no user contributed notes for this page.

xdiff_file_bdiff> <xdiff 関数
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites