From 639380b506ce25c0cc220c29e1ee907d66b26189 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 28 Jan 2021 19:50:46 +0100 Subject: [PATCH] Update mb_get_info() member list --- reference/mbstring/functions/mb-get-info.xml | 25 +++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/reference/mbstring/functions/mb-get-info.xml b/reference/mbstring/functions/mb-get-info.xml index ab0a0d3fdb..f1d1f0bd01 100644 --- a/reference/mbstring/functions/mb-get-info.xml +++ b/reference/mbstring/functions/mb-get-info.xml @@ -25,14 +25,27 @@ type - If type isn't specified or is specified to - "all", an array having the elements "internal_encoding", - "http_output", "http_input", "func_overload", "mail_charset", - "mail_header_encoding", "mail_body_encoding" will be returned. + If type is not specified or is specified as "all", + "internal_encoding", "http_input", + "http_output", "http_output_conv_mimetypes", + "func_overload", "func_overload_list", + "mail_charset", "mail_header_encoding", + "mail_body_encoding", "illegal_chars", + "encoding_translation", "language", + "detect_order", "substitute_character" + and "strict_detection" + will be returned. - If type is specified as "http_output", - "http_input", "internal_encoding", "func_overload", + If type is specified as + "internal_encoding", "http_input", + "http_output", "http_output_conv_mimetypes", + "func_overload", "func_overload_list", + "mail_charset", "mail_header_encoding", + "mail_body_encoding", "illegal_chars", + "encoding_translation", "language", + "detect_order", "substitute_character" + or "strict_detection" the specified setting parameter will be returned.