xdiff_string_patch_binary <<< |
xdiff_string_patch | Référence des fonctions >>> |
8.132 Fonctions xdiff 8 Référence des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Constantes pré-définies . xdiff_file_diff_binary . xdiff_file_diff . xdiff_file_merge3 . xdiff_file_patch_binary . xdiff_file_patch . xdiff_string_diff_binary . xdiff_string_diff . xdiff_string_merge3 . xdiff_string_patch_binary ->xdiff_string_patch |
8.132.14 xdiff_string_patch()Patche une chaîne avec un diff unifié[ Exemples avec xdiff_string_patch ] CVS uniquement string xdiff_string_patch ( string str , string patch , int flags , string error )xdiff_string_patch patche la chaîne str avec le patch unifié contenu dans la chaîne patch . flags peut être soit XDIFF_PATCH_NORMAL (mode par défaut, patch normal), soit XDIFF_PATCH_REVERSE (patch inversé). Si error est fourni, les parties rejetées y sont stockées.
Retourne une chaîne patchée. Voir aussi xdiff_file_patch . |
<< | xdiff_string_patch | >> |
xdiff_string_patch_binary | Fonctions xdiff | Référence des fonctions |