php/doc-en

Small issues with mb_convert_* documentation

开放

#1,308 创建于 2022年1月7日

 (0 条评论) (0 个反应) (0 位负责人)XML (882 个派生)auto 404
Extension: mbstringenhancementgood first issue

仓库指标

星标
 (596 个星标)
PR 合并指标
 (平均合并 99天 23小时) (30 天内合并 90 个 PR)

描述

  1. mb_convert_encoding()

to_encoding and from_encoding mentions "type of coding" and "character code" while it should be just "encoding" or "character encoding". It might be confusing.

  1. mb_convert_variables()

from_encoding mentions non-existing from-coding label. Also, the argument description could be written better. Last, but not least, in "When from_encoding is omitted, detect_order is used.", how it can be omitted if the argument type is array|string? I think it could be clarified.

贡献者指南