検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 70 for IntlChar (0.034 sec.)
Unicode 文字の名前を取得する 7796
« IntlChar::charMirror IntlChar::charType » PHP Manual IntlChar Unicode 文字の名前を取得する IntlChar ... lChar::charName (PHP 7, PHP 8) IntlChar::charName — Unicode 文字の名前を取得する 説明 publ ... ic static IntlChar::charName ( int | string $codepoint , int $type = ... 索に使う名前の集合。 以下の定数のうちのいずれかです: IntlChar::UNICODE_CHAR_NAME (デフォルト) IntlChar::UNICODE_ ... 10_CHAR_NAME IntlChar::EXTENDED_CHAR_NAME IntlChar::CHAR_NAME_ALIAS Intl ...
https://man.plustar.jp/php/intlchar.charname.html - [similar]
コードポイントに対応する、バイナリ Unicode プロパティがあるかを調べる 7796
« IntlChar::getUnicodeVersion IntlChar::isalnum » PHP Manual IntlChar コードポイントに対応する、 ... バイナリ Unicode プロパティがあるかを調べる IntlChar::hasBinaryProperty (PHP 7, PHP 8) IntlChar::hasBin ... code プロパティがあるかを調べる 説明 public static IntlChar::hasBinaryProperty ( int | string $codepoint , int ... 3}" )。 property 調べたい Unicode プロパティ (定数 IntlChar::PROPERTY_* を参照ください)。 戻り値 codepoint に対 ... 。 例 例1 さまざまなプロパティの例 <?php var_dump ( IntlChar :: hasBinaryProperty ( "A" , IntlChar :: PROPERTY_ ...
https://man.plustar.jp/php/intlchar.hasbinaryproperty.html - [similar]
国際化関数 7725
« ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数 ... 方式でエンコードされたドメイン名をUnicodeに変換する IntlCharIntlChar クラス IntlChar::charAge — コードポイン ... トの "age" を取得する IntlChar::charDigitValue — 10進数の桁の文字を桁の値として取 ... 得する IntlChar::charDirection — コードポイントの双方向カテゴリの値 ... を取得する IntlChar::charFromName — 名前で Unicode 文字を探し、コードポ ...
https://man.plustar.jp/php/book.intl.html - [similar]
名前で Unicode 文字を探し、コードポイントの値を返す 7725
« IntlChar::charDirection IntlChar::charMirror » PHP Manual IntlChar 名前で Unicode 文字を探し、 ... コードポイントの値を返す IntlChar::charFromName (PHP 7, PHP 8) IntlChar::charFromNam ... を探し、コードポイントの値を返す 説明 public static IntlChar::charFromName ( string $name , int $type = IntlCha ... 索に使う名前の集合。 以下の定数のうちのいずれかです: IntlChar::UNICODE_CHAR_NAME (デフォルト) IntlChar::UNICODE_ ... 10_CHAR_NAME IntlChar::EXTENDED_CHAR_NAME IntlChar::CHAR_NAME_ALIAS Intl ...
https://man.plustar.jp/php/intlchar.charfromname.html - [similar]
コードポイントが小文字のUnicodeプロパティを持つかを調べる 7725
« IntlChar::isUAlphabetic IntlChar::isupper » PHP Manual IntlChar コードポイントが小文字のUnicod ... eプロパティを持つかを調べる IntlChar::isULowercase (PHP 7, PHP 8) IntlChar::isULowercas ... icodeプロパティを持つかを調べる 説明 public static IntlChar::isULowercase ( int | string $codepoint ): ? bool ... 文字のUnicodeプロパティを持つかを調べます。 これは、 IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ ... LOWERCASE) と同等です。 注意 : これは、 IntlChar::islower() とは異なり、 より多くの文字で true を返 ...
https://man.plustar.jp/php/intlchar.isulowercase.html - [similar]
コードポイントが大文字のUnicodeプロパティを持つかを調べる 7725
« IntlChar::isupper IntlChar::isUWhiteSpace » PHP Manual IntlChar コードポイントが大文字のUnicod ... eプロパティを持つかを調べる IntlChar::isUUppercase (PHP 7, PHP 8) IntlChar::isUUppercas ... icodeプロパティを持つかを調べる 説明 public static IntlChar::isUUppercase ( int | string $codepoint ): ? bool ... 字のUnicodeプロパティを持つかを判定します。 これは、 IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ ... UPPERCASE) と同等です。 注意 : これは、 IntlChar::isupper() とは異なり、 より多くの文字で true を返 ...
https://man.plustar.jp/php/intlchar.isuuppercase.html - [similar]
コードポイントが制御文字かどうかを調べる 7697
« IntlChar::isblank IntlChar::isdefined » PHP Manual IntlChar コードポイントが制御文字かどうかを ... 調べる IntlChar::iscntrl (PHP 7, PHP 8) IntlChar::iscntrl — コード ... イントが制御文字かどうかを調べる 説明 public static IntlChar::iscntrl ( int | string $codepoint ): ? bool 指定さ ... trol character (U+0000..U+001f and U+007f..U+009f) IntlChar::CHAR_CATEGORY_CONTROL_CHAR (Cc) IntlChar::CHAR_CA ... TEGORY_FORMAT_CHAR (Cf) IntlChar::CHAR_CATEGORY_LINE_SEPARATOR (Zl) IntlChar::CHAR_ ...
https://man.plustar.jp/php/intlchar.iscntrl.html - [similar]
コードポイントが小文字かどうかを調べる 7669
« IntlChar::isJavaSpaceChar IntlChar::isMirrored » PHP Manual IntlChar コードポイントが小文字かど ... うかを調べる IntlChar::islower (PHP 7, PHP 8) IntlChar::islower — コード ... ポイントが小文字かどうかを調べる 説明 public static IntlChar::islower ( int | string $codepoint ): ? bool 指定さ ... ます。 それらも含めて小文字かどうかを判定するには、 IntlChar::isULowercase() を使って下さい。 パラメータ codepo ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: islower ( "A" )); var_dump ( IntlChar :: islowe ...
https://man.plustar.jp/php/intlchar.islower.html - [similar]
コードポイントに対応する、Unicode プロパティの値を取得する 7641
« IntlChar::getIntPropertyMinValue IntlChar::getNumericValue » PHP Manual IntlChar コードポイント ... に対応する、Unicode プロパティの値を取得する IntlChar::getIntPropertyValue (PHP 7, PHP 8) IntlChar::getI ... nicode プロパティの値を取得する 説明 public static IntlChar::getIntPropertyValue ( int | string $codepoint , i ... 3}" )。 property 調べたい Unicode プロパティ (定数 IntlChar::PROPERTY_* を参照ください)。 戻り値 プロパティの値 ... 。 例 例1 さまざまなプロパティの例 <?php var_dump ( IntlChar :: getIntPropertyValue ( "A" , IntlChar :: PROPERT ...
https://man.plustar.jp/php/intlchar.getintpropertyvalue.html - [similar]
コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 7641
« IntlChar::isULowercase IntlChar::isUUppercase » PHP Manual IntlChar コードポイントが一般カテゴ ... リ "Lu" (大文字) に属するかを判定する IntlChar::isupper (PHP 7, PHP 8) IntlChar::isupper — コード ... " (大文字) に属するかを判定する 説明 public static IntlChar::isupper ( int | string $codepoint ): ? bool 指定さ ... ます。 それらも含めて大文字かどうかを判定するには、 IntlChar::isUUppercase() を使って下さい。 パラメータ codepo ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: isupper ( "A" )); var_dump ( IntlChar :: isuppe ...
https://man.plustar.jp/php/intlchar.isupper.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT