xdiff_file_merge3 <<< |
xdiff_file_patch_binary | xdiff_file_patch >>> |
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.8 xdiff_file_patch_binary()Patche un fichier avec un diff binaire[ Exemples avec xdiff_file_patch_binary ] CVS uniquement bool xdiff_file_patch_binary ( string file , string patch , string dest )xdiff_file_patch_binary patche le fichier file avec le patch binaire contenu dans le fichier patch et stocke le résultat dans dest .
Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
Voir aussi xdiff_string_patch_binary . |
<< | xdiff_file_patch_binary | >> |
xdiff_file_merge3 | Fonctions xdiff | xdiff_file_patch |