|
xdiff_string_diffMake unified diff of two strings Beschreibung
string xdiff_string_diff
( string
$old_data
, string $new_data
[, int $context = 3
[, bool $minimal = false
]] )
Makes an unified diff containing differences between Parameter-Liste
Rückgabewerte
Returns string with resulting diff or Beispiele
Beispiel #1 xdiff_string_diff example The following code makes unified diff of two articles.
<?phpAnmerkungen
Siehe auch
|