検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 33 for digit (0.005 sec.)
コードポイントが、数字であるかを調べる 7203
« IntlChar::isdefined IntlChar::isgraph » PHP Manual IntlChar コードポイントが、数字であるかを調 ... べる IntlChar::isdigit (PHP 7, PHP 8) IntlChar::isdigit — コードポイントが ... 数字であるかを調べる 説明 public static IntlChar::isdigit ( int | string $codepoint ): ? bool 指定されたコー ... が true になるのは、 general category "Nd" (decimal digit numbers) にある文字です。 これは、Unicode 4 から始 ... なコードポイントの例 <?php var_dump ( IntlChar :: isdigit ( "A" )); var_dump ( IntlChar :: isdigit ( "1" )); ...
https://man.plustar.jp/php/intlchar.isdigit.html - [similar]
文字クラス 7203
« ドット 選択肢 » PHP Manual PCRE 正規表現構文 文字クラス 文字クラス 開き角カッコは文字クラス (c ... ス名は次のとおりです。 文字クラス alnum letters and digits alpha letters ascii character codes 0 - 127 blank ... space or tab only cntrl control characters digit decimal digits (same as \d) graph printing charact ... e punct printing characters, excluding letters and digits space white space (not quite the same as \s) uppe ... case letters word "word" characters (same as \w) xdigit hexadecimal digits space 文字は HT (9), LF (10), V ...
https://man.plustar.jp/php/regexp.reference.character-classes.html - [similar]
指定された文字列が、読み手を混乱させうるかをチェックする 7203
« Spoofchecker Spoofchecker::__construct » PHP Manual Spoofchecker 指定された文字列が、読み手を混 ... 1e.com' ); // true // Lower l can be confused with digit one $checker -> areConfusable ( 'google.com' , 'g0 ...
https://man.plustar.jp/php/spoofchecker.areconfusable.html - [similar]
英数字かどうかを調べる 7123
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4. ... o "The string $testcase consists of all letters or digits.\n" ; } else { echo "The string $testcase does no ... t consist of all letters or digits.\n" ; } } ?> 上の例の出力は以下となります。 The s ... tring AbCd1zyZ9 consists of all letters or digits. The string foo!#$bar does not consist of all let ... ters or digits. 参考 ctype_alpha() - 英字かどうかを調べる ctype_ ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
制御文字かどうかを調べる 7123
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
16 進数を表す文字かどうかを調べる 7123
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP ... 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_xdigit — 16 進数を表す文字かどうかを調べる 説明 ctype_xdi ... た場合、結果は常に false になります。 例 例1 ctype_xdigit() の例 <?php $strings = array( 'AB10BC99' , 'AR101 ... ); foreach ( $strings as $testcase ) { if ( ctype_xdigit ( $testcase )) { echo "The string $testcase consis ... ts of all hexadecimal digits.\n" ; } else { echo "The string $testcase does no ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
空白以外の印字可能な文字かどうかを調べる 7042
« ctype_digit ctype_lower » PHP Manual Ctype 関数 空白以外の印字可能な文字かどうかを調べる ctype ...
https://man.plustar.jp/php/function.ctype-graph.html - [similar]
コードポイントの一般カテゴリの値を取得する 7042
« IntlChar::charName IntlChar::chr » PHP Manual IntlChar コードポイントの一般カテゴリの値を取得す ... INING_SPACING_MARK IntlChar::CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER IntlChar::CHAR_CATEGORY_LETTER_NUMBER IntlC ...
https://man.plustar.jp/php/intlchar.chartype.html - [similar]
指定された範囲の全てのUnicode文字を走査する 7042
« IntlChar::digit IntlChar::enumCharTypes » PHP Manual IntlChar 指定された範囲の全てのUnicode文字 ...
https://man.plustar.jp/php/intlchar.enumcharnames.html - [similar]
変数が数字または数値形式の文字列であるかを調べる 6978
« is_null is_object » PHP Manual 変数操作 関数 変数が数字または数値形式の文字列であるかを調べる ... '9001 ' is NOT numeric 参考 数値形式の文字列 ctype_digit() - 数字かどうかを調べる is_bool() - 変数が boolea ...
https://man.plustar.jp/php/function.is-numeric.html - [similar]
PREV 1 2 3 4 NEXT