From a3db55f0df6a17d473f65ce207ef3f778011cdfe Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 12 Dec 2020 18:11:57 +0000 Subject: [PATCH] Fix order of sections Also, one example section is enough. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352035 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/mb-convert-encoding.xml | 58 +++++++++---------- .../functions/mb-encode-numericentity.xml | 37 ++++++------ 2 files changed, 46 insertions(+), 49 deletions(-) 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. - - - - - - -