|
xdiff_file_diffMake unified diff of two files Beschreibung
bool xdiff_file_diff
( string
$old_file
, string $new_file
, string $dest
[, int $context = 3
[, bool $minimal = false
]] )
Makes an unified diff containing differences between Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 xdiff_file_diff example The following code makes unified diff of two php files with context length of 2.
<?phpAnmerkungen
Siehe auch
|