mb_chr

(PHP 7 >= 7.2.0)

mb_chrGet a specific character

Descrierea

mb_chr ( int $codepoint [, string|null $encoding = null ] ) : string|false

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

codepoint

encoding

Valorile întoarse

Returns a specific character sau false în cazul eșecului.

Istoricul schimbărilor

Versiune Descriere
8.0.0 encoding is nullable now.

A se vedea și

  • mb_ord() - Get code point of character
  • chr() - Generate a single-byte string from a number

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top