|
xdiff_string_patchPatch a string with an unified diff Beschreibung
string xdiff_string_patch
( string
$str
, string $patch
[, int $flags
[, string &$error
]] )
Patches a Parameter-Liste
Rückgabewerte
Returns the patched string, or Beispiele
Beispiel #1 xdiff_string_patch example The following code applies changes to some article.
<?phpSiehe auch
|