| 
 | xdiff_string_patchPatch a string with an unified diff Description
   string xdiff_string_patch
    ( string  $str, string$patch[, int$flags[, string&$error]] )
   Patches a  Parameters
 
 Return Values
   Returns the patched string, or  Examples
 Example #1 xdiff_string_patch example The following code applies changes to some article. 
<?phpSee Also
 
 |