検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 70 for IntlChar (0.006 sec.)
コードポイントが図形文字であるかを調べる 6992
« IntlChar::isdigit IntlChar::isIDIgnorable » PHP Manual IntlChar コードポイントが図形文字である ... かを調べる IntlChar::isgraph (PHP 7, PHP 8) IntlChar::isgraph — コード ... イントが図形文字であるかを調べる 説明 public static IntlChar::isgraph ( int | string $codepoint ): ? bool 指定さ ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: isgraph ( "A" )); var_dump ( IntlChar :: isgrap ... h ( "1" )); var_dump ( IntlChar :: isgraph ( "\u{2603}" )); var_dump ( IntlChar :: ...
https://man.plustar.jp/php/intlchar.isgraph.html - [similar]
コードポイントの10進の数値を、指定された基数で返す 6964
« IntlChar::chr IntlChar::enumCharNames » PHP Manual IntlChar コードポイントの10進の数値を、指定 ... された基数で返す IntlChar::digit (PHP 7, PHP 8) IntlChar::digit — コードポイ ... 進の数値を、指定された基数で返す 説明 public static IntlChar::digit ( int | string $codepoint , int $base = 10 ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: digit ( "0" )); var_dump ( IntlChar :: digit ( ... "3" )); var_dump ( IntlChar :: digit ( "A" )); var_dump ( IntlChar :: digit ( ...
https://man.plustar.jp/php/intlchar.digit.html - [similar]
コードポイントの合成クラスを取得する 6964
« IntlChar::getBlockCode IntlChar::getFC_NFKC_Closure » PHP Manual IntlChar コードポイントの合成 ... クラスを取得する IntlChar::getCombiningClass (PHP 7, PHP 8) IntlChar::getCom ... ドポイントの合成クラスを取得する 説明 public static IntlChar::getCombiningClass ( int | string $codepoint ): ? ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: getCombiningClass ( "A" )); var_dump ( IntlChar ... :: getCombiningClass ( "\u{0334}" )); var_dump ( IntlChar :: getCombiningClass ( "\u{0358}" )); ?> 上の例の出 ...
https://man.plustar.jp/php/intlchar.getcombiningclass.html - [similar]
コードポイントがISOで定義された制御文字であるかを調べる 6964
« IntlChar::isIDStart IntlChar::isJavaIDPart » PHP Manual IntlChar コードポイントがISOで定義され ... た制御文字であるかを調べる IntlChar::isISOControl (PHP 7, PHP 8) IntlChar::isISOContro ... 義された制御文字であるかを調べる 説明 public static IntlChar::isISOControl ( int | string $codepoint ): ? bool ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: isISOControl ( " " )); var_dump ( IntlChar :: i ... sISOControl ( "\n" )); var_dump ( IntlChar :: isISOControl ( "\u{200e}" )); ?> 上の例の出力は ...
https://man.plustar.jp/php/intlchar.isisocontrol.html - [similar]
コードポイントの "age" を取得する 6908
« IntlChar IntlChar::charDigitValue » PHP Manual IntlChar コードポイントの "age" を取得する IntlChar ... Char::charAge (PHP 7, PHP 8) IntlChar::charAge — コードポイントの "age" を取得する 説明 ... public static IntlChar::charAge ( int | string $codepoint ): ? array コー ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: charage ( "\u{2603}" )); var_dump ( IntlChar :: ... t(7) [1]=> int(0) [2]=> int(0) [3]=> int(0) } 参考 IntlChar::getUnicodeVersion() - Unicode のバージョンを取得す ...
https://man.plustar.jp/php/intlchar.charage.html - [similar]
コードポイントに対してケースフォールディングを行う 6781
« IntlChar::enumCharTypes IntlChar::forDigit » PHP Manual IntlChar コードポイントに対してケースフ ... ォールディングを行う IntlChar::foldCase (PHP 7, PHP 8) IntlChar::foldCase — コー ... してケースフォールディングを行う 説明 public static IntlChar::foldCase ( int | string $codepoint , int $options ... = IntlChar::FOLD_CASE_DEFAULT ): int | string | null 指定され ... してエンコードされた文字 (例: "\u{2603}" )。 options IntlChar::FOLD_CASE_DEFAULT (デフォルト) または IntlChar::F ...
https://man.plustar.jp/php/intlchar.foldcase.html - [similar]
Unicode のバージョンを取得する 6654
« IntlChar::getPropertyValueName IntlChar::hasBinaryProperty » PHP Manual IntlChar Unicode のバー ... ジョンを取得する IntlChar::getUnicodeVersion (PHP 7, PHP 8) IntlChar::getUni ... Unicode のバージョンを取得する 説明 public static IntlChar::getUnicodeVersion (): array Unicode のバージョン情 ... 。 例 例1 さまざまなプロパティの例 <?php var_dump ( IntlChar :: getUnicodeVersion ()); ?> 上の例の出力は以下とな ... t(7) [1]=> int(0) [2]=> int(0) [3]=> int(0) } 参考 IntlChar::charAge() - コードポイントの "age" を取得する 関連 ...
https://man.plustar.jp/php/intlchar.getunicodeversion.html - [similar]
コードポイントの "鏡文字" を取得する 6626
« IntlChar::charFromName IntlChar::charName » PHP Manual IntlChar コードポイントの "鏡文字" を取 ... 得する IntlChar::charMirror (PHP 7, PHP 8) IntlChar::charMirror — ... ドポイントの "鏡文字" を取得する 説明 public static IntlChar::charMirror ( int | string $codepoint ): int | str ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: charMirror ( "A" )); var_dump ( IntlChar :: cha ... rMirror ( "<" )); var_dump ( IntlChar :: charMirror ( "(" )); ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/intlchar.charmirror.html - [similar]
コードポイント値に対応する、Unicode 文字を返す 6626
« IntlChar::charType IntlChar::digit » PHP Manual IntlChar コードポイント値に対応する、Unicode 文 ... 字を返す IntlChar::chr (PHP 7, PHP 8) IntlChar::chr — コードポイント ... 値に対応する、Unicode 文字を返す 説明 public static IntlChar::chr ( int | string $codepoint ): ? string 指定され ... する、 一文字を含んだ文字列を返します。 この関数は、 IntlChar::ord() を補完するものです。 パラメータ codepoint コ ... 9731 ]; foreach ( $values as $value ) { var_dump ( IntlChar :: chr ( $value )); } ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/intlchar.chr.html - [similar]
コードポイントの FC_NFKC_Closure プロパティの値を取得する 6470
« IntlChar::getCombiningClass IntlChar::getIntPropertyMaxValue » PHP Manual IntlChar コードポイン ... トの FC_NFKC_Closure プロパティの値を取得する IntlChar::getFC_NFKC_Closure (PHP 7, PHP 8) IntlChar::getFC ... losure プロパティの値を取得する 説明 public static IntlChar::getFC_NFKC_Closure ( int | string $codepoint ): s ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: getFC_NFKC_Closure ( "\u{2121}" )); var_dump ( ... ワード: NFKC , Closure , コード , ポイント , 取得 , IntlChar , 値 , string , getFC , codepoint ...
https://man.plustar.jp/php/intlchar.getfc-nfkc-closure.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT