PHP » GoLang |
login |
register |
about
|
GoLang xdiff_file_patch
request it (405)
GoLang replacement for PHP's xdiff_file_patch
[edit | history]
xdiff_file_patch(PECL xdiff >= 0.2.0) xdiff_file_patch — Patch a file with an unified diff Description
mixed xdiff_file_patch
( string
$file
, string $patch
, string $dest
[, int $flags = DIFF_PATCH_NORMAL
] )
Patches a Parameters
Return Values
Returns Examples
Example #1 xdiff_file_patch() example The following code applies unified diff to a file.
<?php Example #2 Patch reversing example The following code reverses a patch.
<?php |
more
Recently updated
more
Most requested
more
Last requests
|