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.

貢獻者指南