検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 16 for category (0.012 sec.)
コードポイントの一般カテゴリの値を取得する 13117
« IntlChar::charName IntlChar::chr » PHP Manual IntlChar コードポイントの一般カテゴリの値を取得す ... ます。 以下の定数のうちのひとつです: IntlChar::CHAR_CATEGORY_UNASSIGNED IntlChar::CHAR_CATEGORY_GENERAL_OTHER_T ... YPES IntlChar::CHAR_CATEGORY_UPPERCASE_LETTER IntlChar::CHAR_CATEGORY_LOWERCASE ... _LETTER IntlChar::CHAR_CATEGORY_TITLECASE_LETTER IntlChar::CHAR_CATEGORY_MODIFIER_ ... LETTER IntlChar::CHAR_CATEGORY_OTHER_LETTER IntlChar::CHAR_CATEGORY_NON_SPACING_M ...
https://man.plustar.jp/php/intlchar.chartype.html - [similar]
IntlChar クラス 11679
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... ST_ASIAN_WIDTH = 4100 ; const int PROPERTY_GENERAL_CATEGORY = 4101 ; const int PROPERTY_JOINING_GROUP = 4102 ; ... ERTY_INT_LIMIT = 4118 ; const int PROPERTY_GENERAL_CATEGORY_MASK = 8192 ; const int PROPERTY_MASK_START = 8192 ... st int PROPERTY_INVALID_CODE = -1 ; const int CHAR_CATEGORY_UNASSIGNED = 0 ; const int CHAR_CATEGORY_GENERAL_O ... THER_TYPES = 0 ; const int CHAR_CATEGORY_UPPERCASE_LETTER = 1 ; const int CHAR_CATEGORY_LOW ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
Unicode の一般カテゴリの情報付きで、全てのコードポイントを走査する 11540
« IntlChar::enumCharNames IntlChar::foldCase » PHP Manual IntlChar Unicode の一般カテゴリの情報付 ... ント int $name - カテゴリタイプ (定数 IntlChar::CHAR_CATEGORY_* のうちのひとつ) 戻り値 値を返しません。 例 例1 サ ... , $type ) { printf ( "U+%04x through U+%04x are in category %d\n" , $start , $end , $type ); }); ?> 上の例の出 ... 力は以下となります。 U+0000 through U+0020 are in category 15 U+0020 through U+0021 are in category 12 U+0021 ... through U+0024 are in category 23 U+0024 through U+0025 are in category 25 U+0025 ...
https://man.plustar.jp/php/intlchar.enumchartypes.html - [similar]
dcgettext の複数形版 8594
« dcgettext dgettext » PHP Manual Gettext 関数 dcgettext の複数形版 dcngettext (PHP 4 >= 4.2.0, ... ing $singular , string $plural , int $count , int $category ): string この関数により単一の複数形メッセージの参 ... パラメータ domain ドメイン。 singular plural count category 戻り値 成功した場合に文字列を返します。 参考 ngett ... g , dcngettext , plural , ドメイン , count , int , category , singular , domain ...
https://man.plustar.jp/php/function.dcngettext.html - [similar]
コードポイントが制御文字かどうかを調べる 8543
« IntlChar::isblank IntlChar::isdefined » PHP Manual IntlChar コードポイントが制御文字かどうかを ... (U+0000..U+001f and U+007f..U+009f) IntlChar::CHAR_CATEGORY_CONTROL_CHAR (Cc) IntlChar::CHAR_CATEGORY_FORMAT_C ... HAR (Cf) IntlChar::CHAR_CATEGORY_LINE_SEPARATOR (Zl) IntlChar::CHAR_CATEGORY_PARAGR ...
https://man.plustar.jp/php/intlchar.iscntrl.html - [similar]
単一の参照に関するドメインを上書きする 8508
« bindtextdomain dcngettext » PHP Manual Gettext 関数 単一の参照に関するドメインを上書きする dcg ... cgettext ( string $domain , string $message , int $category ): string この関数により単一の参照についてカレント ... パラメータ domain ドメイン。 message メッセージ。 category カテゴリ。 戻り値 成功した場合に文字列を返します。 ... 単一 , 上書き , string , 関数 , dcgettext , domain , category , メッセージ ...
https://man.plustar.jp/php/function.dcgettext.html - [similar]
ロケール情報を設定する 8196
« rtrim sha1_file » PHP Manual String 関数 ロケール情報を設定する setlocale (PHP 4, PHP 5, PHP 7 ... ale — ロケール情報を設定する 説明 setlocale ( int $category , string $locales , string ...$rest ): string | fa ... supported with named arguments): setlocale ( int $category , array $locale_array ): string | false ロケール情 ... ッド単位で維持されるようになっています。 パラメータ category category は、名前付きの定数(または文字列)であり、 ... 定 , 情報 , setlocale , locales , カテゴリ , 名前 , category , string , array , スクリプト ...
https://man.plustar.jp/php/function.setlocale.html - [similar]
プロパティの名前に対応する定数値を取得する 7832
« IntlChar::getNumericValue IntlChar::getPropertyName » PHP Manual IntlChar プロパティの名前に対 ... に、 この関数はプロパティ IntlChar::PROPERTY_GENERAL_CATEGORY_MASK を仮想の名前 "gcm" / "General_Category_Mask" ...
https://man.plustar.jp/php/intlchar.getpropertyenum.html - [similar]
指定された値の名前に対応する、プロパティの値を取得する 7763
« IntlChar::getPropertyName IntlChar::getPropertyValueName » PHP Manual IntlChar 指定された値の名 ... に存在する名前の中には、 IntlChar::PROPERTY_GENERAL_CATEGORY_MASK を指定しないと取得できないものがあります。 In ... tlChar::PROPERTY_GENERAL_CATEGORY を指定すると取得できません。 以下の文字が該当します ...
https://man.plustar.jp/php/intlchar.getpropertyvalueenum.html - [similar]
プロパティに対応する、Unicode での名前を取得する 7728
« IntlChar::getPropertyEnum IntlChar::getPropertyValueEnum » PHP Manual IntlChar プロパティに対応 ... に、 この関数はプロパティ IntlChar::PROPERTY_GENERAL_CATEGORY_MASK を仮想の名前 "gcm" / "General_Category_Mask" ...
https://man.plustar.jp/php/intlchar.getpropertyname.html - [similar]
PREV 1 2 NEXT