検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for digits (0.005 sec.)
属性を取得する 13194
« NumberFormatter::format NumberFormatter::getErrorCode » PHP Manual NumberFormatter 属性を取得す ... te ( 'de_DE' , NumberFormatter :: DECIMAL ); echo "Digits: " . numfmt_get_attribute ( $fmt , NumberFormatter ... :: MAX_FRACTION_DIGITS ). "\n" ; echo numfmt_format ( $fmt , 1234567.8912 ... attribute ( $fmt , NumberFormatter :: MAX_FRACTION_DIGITS , 2 ); echo "Digits: " . numfmt_get_attribute ( $f ... mt , NumberFormatter :: MAX_FRACTION_DIGITS ). "\n" ; echo numfmt_format ( $fmt , 1234567.8912 ...
https://man.plustar.jp/php/numberformatter.getattribute.html - [similar]
属性を設定する 13144
« NumberFormatter::parse NumberFormatter::setPattern » PHP Manual NumberFormatter 属性を設定する ... te ( 'de_DE' , NumberFormatter :: DECIMAL ); echo "Digits: " . numfmt_get_attribute ( $fmt , NumberFormatter ... :: MAX_FRACTION_DIGITS ). "\n" ; echo numfmt_format ( $fmt , 1234567.8912 ... attribute ( $fmt , NumberFormatter :: MAX_FRACTION_DIGITS , 2 ); echo "Digits: " . numfmt_get_attribute ( $f ... mt , NumberFormatter :: MAX_FRACTION_DIGITS ). "\n" ; echo numfmt_format ( $fmt , 1234567.8912 ...
https://man.plustar.jp/php/numberformatter.setattribute.html - [similar]
16 進数を表す文字かどうかを調べる 9941
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP ... "The string $testcase consists of all hexadecimal digits.\n" ; } else { echo "The string $testcase does not ... consist of all hexadecimal digits.\n" ; } } ?> 上の例の出力は以下となります。 The st ... ring AB10BC99 consists of all hexadecimal digits. The string AR1012 does not consist of all hexadec ... imal digits. The string ab12bc99 consists of all hexadecimal d ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
数字かどうかを調べる 9708
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0 ... se )) { echo "The string $testcase consists of all digits.\n" ; } else { echo "The string $testcase does not ... consist of all digits.\n" ; } } ?> 上の例の出力は以下となります。 The st ... ring 1820.20 does not consist of all digits. The string 10002 consists of all digits. The stri ... ng wsl!12 does not consist of all digits. 例2 ctype_digit() で文字列と整数値を比較する例 <? ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]
英数字かどうかを調べる 9357
« 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 not ... consist of all letters or digits.\n" ; } } ?> 上の例の出力は以下となります。 The st ... ring AbCd1zyZ9 consists of all letters or digits. The string foo!#$bar does not consist of all lett ... ers or digits. 参考 ctype_alpha() - 英字かどうかを調べる ctype_d ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
NumberFormatter クラス 9007
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatte ... 常に小数点を表示する NumberFormatter::MAX_INTEGER_DIGITS ( int ) 整数部の最大桁数 NumberFormatter::MIN_INTE ... GER_DIGITS ( int ) 整数部の最小桁数 NumberFormatter::INTEGER_ ... ( int ) 整数部の桁数 NumberFormatter::MAX_FRACTION_DIGITS ( int ) 小数部の最大桁数 NumberFormatter::MIN_FRAC ... TION_DIGITS ( int ) 小数部の最小桁数 NumberFormatter::FRACTION ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
数値に関するフォーマット情報を得る 8306
« levenshtein ltrim » PHP Manual String 関数 数値に関するフォーマット情報を得る localeconv (PHP ... 値を表す記号 negative_sign 負の値を表す記号 int_frac_digits 国際分割桁 frac_digits ローカルな分割桁 p_cs_prece ... [positive_sign] => [negative_sign] => - [int_frac_digits] => 2 [frac_digits] => 2 [p_cs_precedes] => 1 [p_s ...
https://man.plustar.jp/php/function.localeconv.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 8240
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... > 'Day of the month, with a space preceding single digits' , 'f' => '' , 'g' => 'Two digit representation of ... s of %b)' , 'i' => '' , 'j' => 'Day of the year, 3 digits with leading zeros' , 'k' => 'Hour in 24-hour form ... at, with a space preceding single digits' , 'l' => 'Hour in 12-hour format, with a space pr ... eceding single digits' , 'm' => 'Two digit representation of the month' ...
https://man.plustar.jp/php/function.strftime.html - [similar]
The MongoDB\BSON\Decimal128 class 7956
« MongoDB\BSON\Binary::unserialize MongoDB\BSON\Decimal128::__construct » PHP Manual MongoDB\BSO ... mat , which supports numbers with up to 34 decimal digits (i.e. significant digits) and an exponent range of ...
https://man.plustar.jp/php/class.mongodb-bson-decimal128.html - [similar]
文字クラス 7889
« ドット 選択肢 » PHP Manual PCRE 正規表現構文 文字クラス 文字クラス 開き角カッコは文字クラス (c ... ス名は次のとおりです。 文字クラス alnum letters and digits alpha letters ascii character codes 0 - 127 blank ... or tab only cntrl control characters digit decimal digits (same as \d) graph printing characters, excluding ... e punct printing characters, excluding letters and digits space white space (not quite the same as \s) upper ... "word" characters (same as \w) xdigit hexadecimal digits space 文字は HT (9), LF (10), VT (11), FF (12), CR ...
https://man.plustar.jp/php/regexp.reference.character-classes.html - [similar]
PREV 1 2 3 NEXT