PHP » GoLang |
login |
register |
about
|
GoLang xdiff_string_diff
request it (382)
GoLang replacement for PHP's xdiff_string_diff
[edit | history]
xdiff_string_diff(PECL xdiff >= 0.2.0) xdiff_string_diff — Make 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.
<?php Notes
|
more
Recently updated
more
Most requested
more
Last requests
|