|
xdiff_file_patchPatch a file with an unified diff Beschreibung
mixed xdiff_file_patch
( string
$file
, string $patch
, string $dest
[, int $flags = DIFF_PATCH_NORMAL
] )
Patches a Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 xdiff_file_patch example The following code applies unified diff to a file.
<?phpBeispiel #2 Patch reversing example The following code reverses a patch.
<?phpSiehe auch
|