php/doc-en

Small issues with mb_convert_* documentation

Offen

#1.308 geöffnet am 07.01.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)XML (882 Forks)auto 404
Extension: mbstringenhancementgood first issue

Repository-Metriken

Stars
 (596 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 99T 23h) (90 gemergte PRs in 30 T)

Beschreibung

  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.

Contributor Guide