Results of 1 - 10 of about 70 for IntlChar (0.012 sec.)
- IntlChar クラス 11264
- « idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8)
...
はじめに IntlChar クラスは、 Unicode 文字に関する情報にアクセスするた ...
前や振る舞いにとても近いものです。 クラス概要 class IntlChar { /* Constants */ const string UNICODE_VERSION = 6 ...
c static charFromName ( string $name , int $type = IntlChar::UNICODE_CHAR_NAME ): ? int public static charMirr ...
c charName ( int | string $codepoint , int $type = IntlChar::UNICODE_CHAR_NAME ): ? string public static charT ...
-
https://man.plustar.jp/php/class.intlchar.html
- [similar]
- コードポイントの一般カテゴリの値を取得する 9389
- « IntlChar::charName IntlChar::chr » PHP Manual IntlChar コードポイントの一般カテゴリの値を取得す
...
る IntlChar::charType (PHP 7, PHP 8) IntlChar::charType — コー ...
ントの一般カテゴリの値を取得する 説明 public static IntlChar::charType ( int | string $codepoint ): ? int コード ...
タイプの値を返します。 以下の定数のうちのひとつです: IntlChar::CHAR_CATEGORY_UNASSIGNED IntlChar::CHAR_CATEGORY_ ...
GENERAL_OTHER_TYPES IntlChar::CHAR_CATEGORY_UPPERCASE_LETTER IntlChar::CHAR_CAT ...
-
https://man.plustar.jp/php/intlchar.chartype.html
- [similar]
- コードポイントの双方向カテゴリの値を取得する 8895
- « IntlChar::charDigitValue IntlChar::charFromName » PHP Manual IntlChar コードポイントの双方向カ
...
テゴリの値を取得する IntlChar::charDirection (PHP 7, PHP 8) IntlChar::charDirect ...
トの双方向カテゴリの値を取得する 説明 public static IntlChar::charDirection ( int | string $codepoint ): ? int ...
の値を返します。 下記の定数のうち、ひとつを返します: IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT IntlChar::CHAR_DIREC ...
TION_RIGHT_TO_LEFT IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER IntlChar::CHAR_DIR ...
-
https://man.plustar.jp/php/intlchar.chardirection.html
- [similar]
- プロパティの値に対応する、Unicode の名前を取得する 8190
- « IntlChar::getPropertyValueEnum IntlChar::getUnicodeVersion » PHP Manual IntlChar プロパティの値
...
に対応する、Unicode の名前を取得する IntlChar::getPropertyValueName (PHP 7, PHP 8) IntlChar::get ...
応する、Unicode の名前を取得する 説明 public static IntlChar::getPropertyValueName ( int $property , int $value ...
, int $type = IntlChar::LONG_PROPERTY_NAME ): string | false 指定されたプ ...
PropertyValueAliases.txt に存在する名前の中には、 IntlChar::PROPERTY_GENERAL_CATEGORY_MASK を指定しないと取得 ...
-
https://man.plustar.jp/php/intlchar.getpropertyvaluename.html
- [similar]
- プロパティに対応する、Unicode での名前を取得する 8064
- « IntlChar::getPropertyEnum IntlChar::getPropertyValueEnum » PHP Manual IntlChar プロパティに対応
...
する、Unicode での名前を取得する IntlChar::getPropertyName (PHP 7, PHP 8) IntlChar::getPrope ...
する、Unicode での名前を取得する 説明 public static IntlChar::getPropertyName ( int $property , int $type = Int ...
に存在するものです。 さらに、 この関数はプロパティ IntlChar::PROPERTY_GENERAL_CATEGORY_MASK を仮想の名前 "gcm" ...
ropertyAliases.txt には存在しません。 この関数は、 IntlChar::getPropertyEnum() を補完するものです。 パラメータ ...
-
https://man.plustar.jp/php/intlchar.getpropertyname.html
- [similar]
- Unicode プロパティの最大値を取得する 8007
- « IntlChar::getFC_NFKC_Closure IntlChar::getIntPropertyMinValue » PHP Manual IntlChar Unicode プ
...
ロパティの最大値を取得する IntlChar::getIntPropertyMaxValue (PHP 7, PHP 8) IntlChar::g ...
de プロパティの最大値を取得する 説明 public static IntlChar::getIntPropertyMaxValue ( int $property ): int Uni ...
ラメータ property 調べたい Unicode プロパティ (定数 IntlChar::PROPERTY_* を参照ください)。 戻り値 IntlChar::get ...
。 例 例1 さまざまなプロパティの例 <?php var_dump ( IntlChar :: getIntPropertyMaxValue ( IntlChar :: PROPERTY_B ...
-
https://man.plustar.jp/php/intlchar.getintpropertymaxvalue.html
- [similar]
- Unicode プロパティの最小値を取得する 8007
- « IntlChar::getIntPropertyMaxValue IntlChar::getIntPropertyValue » PHP Manual IntlChar Unicode プ
...
ロパティの最小値を取得する IntlChar::getIntPropertyMinValue (PHP 7, PHP 8) IntlChar::g ...
de プロパティの最小値を取得する 説明 public static IntlChar::getIntPropertyMinValue ( int $property ): int Uni ...
ラメータ property 調べたい Unicode プロパティ (定数 IntlChar::PROPERTY_* を参照ください)。 戻り値 IntlChar::get ...
。 例 例1 さまざまなプロパティの例 <?php var_dump ( IntlChar :: getIntPropertyMinValue ( IntlChar :: PROPERTY_B ...
-
https://man.plustar.jp/php/intlchar.getintpropertyminvalue.html
- [similar]
- 指定された値の名前に対応する、プロパティの値を取得する 7880
- « IntlChar::getPropertyName IntlChar::getPropertyValueName » PHP Manual IntlChar 指定された値の名
...
前に対応する、プロパティの値を取得する IntlChar::getPropertyValueEnum (PHP 7, PHP 8) IntlChar::get ...
応する、プロパティの値を取得する 説明 public static IntlChar::getPropertyValueEnum ( int $property , string $na ...
PropertyValueAliases.txt に存在する名前の中には、 IntlChar::PROPERTY_GENERAL_CATEGORY_MASK を指定しないと取得 ...
できないものがあります。 IntlChar::PROPERTY_GENERAL_CATEGORY を指定すると取得できませ ...
-
https://man.plustar.jp/php/intlchar.getpropertyvalueenum.html
- [similar]
- コードポイントが、White_Space プロパティを持つかを調べる 7880
- « IntlChar::isUUppercase IntlChar::isWhitespace » PHP Manual IntlChar コードポイントが、White_Sp
...
ace プロパティを持つかを調べる IntlChar::isUWhiteSpace (PHP 7, PHP 8) IntlChar::isUWhiteSp ...
pace プロパティを持つかを調べる 説明 public static IntlChar::isUWhiteSpace ( int | string $codepoint ): ? bool ...
hite_Space プロパティを持つかを調べます。 これは、 IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ ...
WHITE_SPACE) と同等です。 注意 : これは、 IntlChar::isspace() や IntlChar::isWhitespace() とは異なりま ...
-
https://man.plustar.jp/php/intlchar.isuwhitespace.html
- [similar]
- プロパティの名前に対応する定数値を取得する 7852
- « IntlChar::getNumericValue IntlChar::getPropertyName » PHP Manual IntlChar プロパティの名前に対
...
応する定数値を取得する IntlChar::getPropertyEnum (PHP 7, PHP 8) IntlChar::getPrope ...
の名前に対応する定数値を取得する 説明 public static IntlChar::getPropertyEnum ( string $alias ): int 指定された ...
他の名前も認識します。 さらに、 この関数はプロパティ IntlChar::PROPERTY_GENERAL_CATEGORY_MASK を仮想の名前 "gcm" ...
ropertyAliases.txt には存在しません。 この関数は、 IntlChar::getPropertyName() を補完するものです。 パラメータ ...
-
https://man.plustar.jp/php/intlchar.getpropertyenum.html
- [similar]