| 
 | xdiff_string_diffMake unified diff of two strings Description
   string xdiff_string_diff
    ( string  $old_data, string$new_data[, int$context= 3
   [, bool$minimal= false
  ]] )
   Makes an unified diff containing differences between  Parameters
 
 Return Values
   Returns string with resulting diff or  Examples
 Example #1 xdiff_string_diff example The following code makes unified diff of two articles. 
<?phpNotes
 See Also
 
 |