Google
×
ヒント: 日本語の検索結果のみ表示します。検索言語は [表示設定] で指定できます
public static IntlChar::getIntPropertyMinValue(int $property ): int Gets the minimum value for an enumerated/integer/binary Unicode property.
Gets the property value for an enumerated or integer Unicode property for a code point. Also returns binary and mask property values.
2021/04/26 · The IntlChar::getIntPropertyMinValue() function is an inbuilt function in PHP which is used to get the minimum value for a Unicode property.
2019/08/27 · The IntlChar::getIntPropertyMinValue() function is an inbuilt function in PHP which is used to get the minimum value for a Unicode property.
2016/06/24 · public static int getIntPropertyMinValue ( int $property ), IntlChar::getIntPropertyMinValue, This method gets the min value for a Unicode ...
The minimum value returned by <function>IntlChar::getIntPropertyValue</function> for a Unicode property. <literal>0</literal> if the property selector is out of ...
* Get the min value for a Unicode property ... * @return int The minimum value returned by {@see IntlChar::getIntPropertyValue()} for a Unicode property.
IntlChar::getIntPropertyMinValue — Get the min value for a Unicode property; IntlChar::getIntPropertyValue — Get the value for a Unicode property for a code ...
Returns the Unicode name for a given property, as given in the Unicode database file PropertyAliases.txt. In addition, this function maps the property ...
戻り値. IntlChar::getIntPropertyValue が返す Unicode プロパティの最小値を返します。 プロパティのセレクタが範囲外の場合は 0 を返します。