| 
 | xdiff_file_diffMake unified diff of two files Description
   bool xdiff_file_diff
    ( string  $old_file, string$new_file, string$dest[, int$context= 3
   [, bool$minimal= false
  ]] )
   Makes an unified diff containing differences between  Parameters
 
 Return Values
   Returns  Examples
 Example #1 xdiff_file_diff example The following code makes unified diff of two php files with context length of 2. 
<?phpNotes
 See Also
 
 |