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.