IntlChar::getUnicodeVersion
Gets the Unicode version information. The version array is filled in with the version information for the Unicode standard that is currently used by ICU. For example, Unicode version 3.1. 1 is represented as an array with the values [3, 1, 1, 0] .
2019/08/27 · The IntlChar::getUnicodeVersion() function is an inbuilt function in PHP which is used to get the Unicode version. The Unicode standard ...
Gets the Unicode version information. The version array is filled in with the version information for the Unicode standard that is currently used by ICU.
IntlChar::getPropertyValueName — Get the Unicode name for a property value; IntlChar::getUnicodeVersion — Get the Unicode version; IntlChar::hasBinaryProperty ...
2019/12/31 · The IntlChar getUnicodeVersion() function is used to get the Unicode version. Syntax. array IntlChar::getUnicodeVersion (). Parameters.
The version array is filled in with the version information for the Unicode standard that is currently used by ICU. For example, Unicode version 3.1.1 is ...
2023/02/01 · IntlChar::getUnicodeVersion(), Get the Unicode version. ; IntlChar::hasBinaryProperty(), Check a binary Unicode property for a code point.
참고 ¶. IntlChar::getUnicodeVersion() - Get the Unicode version; IntlChar::getIntPropertyMinValue() - Get the min value for a Unicode property; IntlChar ...
関連する質問
What is the current version of Unicode?
How to get the Unicode character in Java?
Checks a binary Unicode property for a code point. Unicode, especially in version 3.2, defines many more properties than the original set in UnicodeData.txt ...
2016/06/24 · IntlChar::getUnicodeVersion, This method gets the Unicode version. 27 ... By using IntlChar::UNICODE_VERSION, we are printing the version number ...