update : 2015.11.03
php.shukuma.com검색:
|
xdiff_string_patch(PECL xdiff >= 0.2.0) xdiff_string_patch — Patch a string with an unified diff 설명
string xdiff_string_patch
( string
$str
, string $patch
[, int $flags
[, string &$error
]] )
Patches a 인수
반환값
Returns the patched string, or 예제
Example #1 xdiff_string_patch() example The following code applies changes to some article.
<?php |