diff --git a/reference/mbstring/functions/mb-convert-encoding.xml b/reference/mbstring/functions/mb-convert-encoding.xml index af638a1423..b5923ead1b 100644 --- a/reference/mbstring/functions/mb-convert-encoding.xml +++ b/reference/mbstring/functions/mb-convert-encoding.xml @@ -1,6 +1,6 @@ - + @@ -98,6 +98,16 @@ + + 8.2.0 + + mb_convert_encoding ne renverra plus + les encodages non textuels suivants : + "Base64", "QPrint", + "UUencode", "HTML entities", + "7 bit" et "8 bit". + + 8.0.0 diff --git a/reference/mbstring/functions/mb-detect-encoding.xml b/reference/mbstring/functions/mb-detect-encoding.xml index 8f3cc3b8f6..85859dca19 100644 --- a/reference/mbstring/functions/mb-detect-encoding.xml +++ b/reference/mbstring/functions/mb-detect-encoding.xml @@ -1,6 +1,6 @@ - + @@ -92,6 +92,32 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.2.0 + + mb_detect_encoding ne renverra plus + les encodages non textuels suivants : + "Base64", "QPrint", + "UUencode", "HTML entities", + "7 bit" et "8 bit". + + + + + + + &reftitle.examples; diff --git a/reference/mbstring/functions/mb-ereg-replace-callback.xml b/reference/mbstring/functions/mb-ereg-replace-callback.xml index e9b65f2c00..b77fb31f6f 100644 --- a/reference/mbstring/functions/mb-ereg-replace-callback.xml +++ b/reference/mbstring/functions/mb-ereg-replace-callback.xml @@ -1,6 +1,6 @@ - + @@ -51,7 +51,7 @@ Un callback qui sera appelé et lui sera passé un tableau d'éléments correspondants - dans la chaine de caractères subject. Le callback doit retourné + dans la chaine de caractères string. Le callback doit retourné la chaîne remplacée.