IntlChar::charAge
IntlChar::charAge
(PHP 7)
IntlChar::charAge — Get the "age" of the code point
Description
public static array IntlChar::charAge ( mixed $codepoint )
Gets the "age" of the code point.
The "age" is the Unicode version when the code point was first designated (as a non-character or for Private Use) or assigned a character. This can be useful to avoid emitting code points to receiving processes that do not accept newer characters.
Parameters
-
codepoint
- 登录查看完整内容