検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 144 for U (0.010 sec.)
文字列の幅を返す 13680
« mb_strtoupper mb_substitute_character » PHP Manual マルチバイト文字列 関数 文字列の幅を返す mb ... _strwidth ( string $string , ? string $encoding = null ): int 文字列 string の幅を返します。 半角文字は ... す。 東アジアの文字の長さに関する詳細は » http://www.unicode.org/reports/tr11/ を参照して下さい。 全角文字 ... は次のとおりです。 U+1100 - U+115F 、 U+11A3 - U+11A7 、 U+11FA - U+11F ... F 、 U+2329 - U+232A 、 U+2E80 - U+2E99 、 U+2E9B - U+2EF ...
https://man.plustar.jp/php/function.mb-strwidth.html - [similar]
Unicode の一般カテゴリの情報付きで、全てのコードポイントを走査する 11481
« IntlChar::enumCharNames IntlChar::foldCase » PHP Manual IntlChar Unicode の一般カテゴリの情報付 ... きで、全てのコードポイントを走査する IntlChar::enumCharTypes (PHP 7, PHP 8) IntlChar::enumCharTypes — ... Unicode の一般カテゴリの情報付きで、全てのコードポイ ... ントを走査する 説明 public static IntlChar::enumCharTypes ( callable $cal ... lback ): void Unicode の一般カテゴリの情報を付加した形で、全てのコ ...
https://man.plustar.jp/php/intlchar.enumchartypes.html - [similar]
指定された範囲の全てのUnicode文字を走査する 10476
« IntlChar::digit IntlChar::enumCharTypes » PHP Manual IntlChar 指定された範囲の全てのUnicode文字 ... を走査する IntlChar::enumCharNames (PHP 7, PHP 8) IntlChar::enumCharNames — ... 指定された範囲の全てのUnicode文字を走査する 説明 public static IntlChar::e ... numCharNames ( int | string $start , int | string $en ... d , callable $callback , int $type = IntlChar::UNICODE_CHAR_NAME ): ? bool 最初と最後(但し、最初は含 ...
https://man.plustar.jp/php/intlchar.enumcharnames.html - [similar]
コードポイントが、ICU の空白文字であるかを調べる 10298
« IntlChar::isUWhiteSpace IntlChar::isxdigit » PHP Manual IntlChar コードポイントが、ICU の空白文 ... HP 8) IntlChar::isWhitespace — コードポイントが、ICU の空白文字であるかを調べる 説明 public static Intl ... | string $codepoint ): ? bool コードポイントが、ICU の空白文字であるかを判定します。 以下の条件のうちひ ... とつでも満たす場合のみ、 文字は ICU の空白文字であると見なされます: Unicode の区切り文 ... p" の場合) であるが、 同時に ノーブレークスペース (U+00A0 NBSP, U+2007 Figure Space, U+202F Narrow NBSP ...
https://man.plustar.jp/php/intlchar.iswhitespace.html - [similar]
コードポイントが "空白" または "水平方向の空白" 文字であるかを調べる 8868
« IntlChar::isbase IntlChar::iscntrl » PHP Manual IntlChar コードポイントが "空白" または "水平方 ... または "水平方向の空白" 文字であるかを調べる 説明 public static IntlChar::isblank ( int | string $codep ... 区切る文字のことです。 定義は、以下のようになります: Unicode の White_Space 文字の場合に、 true を返します ... ical space controls" に該当するのは以下の文字です: U+000A (LF) U+000B (VT) U+000C (FF) U+000D (CR) U+00 ... 85 (NEL) U+2028 (LS) U+2029 (PS) U+0009 (TAB) と、一般カテゴリ ...
https://man.plustar.jp/php/intlchar.isblank.html - [similar]
コードポイントが無視できる文字かを調べる 8525
« IntlChar::isgraph IntlChar::isIDPart » PHP Manual IntlChar コードポイントが無視できる文字かを調 ... e — コードポイントが無視できる文字かを調べる 説明 public static IntlChar::isIDIgnorable ( int | string ... または、 空白文字でない ISO で定義された制御文字 (U+0000..U+0008, U+000E..U+001B, U+007F..U+009F) の場 ... 合に、 true を返します。 注意 : Unicode標準 は Cf (format con ... ータ codepoint コードポイントを表す int 型の値 (例: U+2603 SNOWMAN を表す 0x2603 )、あるいは UTF-8 文字列 ...
https://man.plustar.jp/php/intlchar.isidignorable.html - [similar]
カナを("全角かな"、"半角かな"等に)変換する 8146
« mb_convert_encoding mb_convert_variables » PHP Manual マルチバイト文字列 関数 カナを("全角かな ... ring , string $mode = "KV" , ? string $encoding = null ): string 文字列 string に関して「半角」-「全角」 ... に変換します ("a", "A" オプションに含まれる文字は、U+0022, U+0027, U+005C, U+007Eを除く U+0021 - U+007E ... 囲です)。 s 「全角」スペースを「半角」に変換します(U+3000 -> U+0020)。 S 「半角」スペースを「全角」に変 ... 換します(U+0020 -> U+3000)。 k 「全角カタカナ」を「半角カタカ ...
https://man.plustar.jp/php/function.mb-convert-kana.html - [similar]
コードポイントがISOで定義された制御文字であるかを調べる 7945
« IntlChar::isIDStart IntlChar::isJavaIDPart » PHP Manual IntlChar コードポイントがISOで定義され ... ントがISOで定義された制御文字であるかを調べる 説明 public static IntlChar::isISOControl ( int | string $ ... トが、 ISOで定義された制御文字であるかを判定します。 U+0000..U+001f または U+007f..U+009f (一般カテゴリ " ... Cc") の場合に true を返します。 パラメータ codepoint コードポイントを ... 表す int 型の値 (例: U+2603 SNOWMAN を表す 0x2603 )、あるいは UTF-8 文字列 ...
https://man.plustar.jp/php/intlchar.isisocontrol.html - [similar]
コードポイントが制御文字かどうかを調べる 7851
« IntlChar::isblank IntlChar::isdefined » PHP Manual IntlChar コードポイントが制御文字かどうかを ... l — コードポイントが制御文字かどうかを調べる 説明 public static IntlChar::iscntrl ( int | string $codep ... 、以下に挙げるものです: ISO 8-bit control character (U+0000..U+001f and U+007f..U+009f) IntlChar::CHAR_CA ... ータ codepoint コードポイントを表す int 型の値 (例: U+2603 SNOWMAN を表す 0x2603 )、あるいは UTF-8 文字列 ... としてエンコードされた文字 (例: "\u{2603}" )。 戻り値 codepoint が制御文字の場合に tru ...
https://man.plustar.jp/php/intlchar.iscntrl.html - [similar]
UTF-8 エンコードされているコードポイントから、Decomposition_Mapping プロパティの... 7555
« Normalizer Normalizer::isNormalized » PHP Manual Normalizer UTF-8 エンコードされているコードポ ... ecomposition -- normalizer_get_raw_decomposition — UTF-8 エンコードされているコードポイントから、Decomp ... プロパティの値を取得する 説明 オブジェクト指向型 public static Normalizer::getRawDecomposition ( strin ... $form = Normalizer::FORM_C ): ? string 指定された UTF-8 エンコードされているコードポイントから、 Unico ... de Character Database (UCD) で指定されている Decomposition_Mapping プロパテ ...
https://man.plustar.jp/php/normalizer.getrawdecomposition.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT