diff --git a/reference/mbstring/functions/mb-convert-encoding.xml b/reference/mbstring/functions/mb-convert-encoding.xml index a701a14025..441e3e4f40 100644 --- a/reference/mbstring/functions/mb-convert-encoding.xml +++ b/reference/mbstring/functions/mb-convert-encoding.xml @@ -70,6 +70,35 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.0.0 + + from_encoding is nullable now. + + + + 7.2.0 + + This function now also accepts an &array; as string. + Formerly, only &string;s have been supported. + + + + + + + &reftitle.examples; @@ -105,35 +134,6 @@ $str = mb_convert_encoding($str, "EUC-JP", "auto"); - - &reftitle.changelog; - - - - - &Version; - &Description; - - - - - 8.0.0 - - from_encoding is nullable now. - - - - 7.2.0 - - This function now also accepts an &array; as string. - Formerly, only &string;s have been supported. - - - - - - -