| 
 | xdiff_string_bdiff_sizeRead a size of file created by applying a binary diff Description
   int xdiff_string_bdiff_size
    ( string  $patch)
   Returns a size of a result file that would be created after applying binary  Parameters
 
 Return ValuesReturns the size of file that would be created. Examples
 Example #1 xdiff_string_bdiff_size example The following code applies reads a size of file that would be created after applying a binary diff. 
<?phpSee Also
 
 |