(PECL xdiff >= 0.2.0)
xdiff_string_patch_binary — Alias de xdiff_string_bpatch()
   Patche une chaîne str avec un patch
   binaire. Cette fonction accepte les patchs créés avec les fonctions
   xdiff_string_bdiff() et xdiff_string_rabdiff()
   ou leur équivalent en fichiers.
  
Depuis la version 1.5.0, cette fonction est un alias de la fonction xdiff_string_bpatch().
strLa chaîne binaire originale.
patchLe patch binaire.
   Retourne la chaîne patchée, ou false si une erreur survient.
  
