php/doc-en

Small issues with mb_convert_* documentation

Aberta

#1.308 aberto em 7 de jan. de 2022

 (0 comentário) (0 reação) (0 responsável)XML (882 forks)auto 404
Extension: mbstringenhancementgood first issue

Métricas do repositório

Stars
 (596 estrelas)
Métricas de merge de PR
 (Mesclagem média 99d 23h) (90 fundiu PRs em 30d)

Description

  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.

Guia do colaborador