|
xdiff_file_bdiff_sizeRead a size of file created by applying a binary diff Beschreibung
int xdiff_file_bdiff_size
( string
$file
)
Returns a size of a result file that would be created after applying binary patch from file
Parameter-Liste
RückgabewerteReturns the size of file that would be created. Beispiele
Beispiel #1 xdiff_file_bdiff_size example The following code applies reads a size of file that would be created after applying a binary diff.
<?phpSiehe auch
|