検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 463 for 整数 (0.019 sec.)
指定された文字列が、読み手を混乱させうるかをチェックする 3676
« Spoofchecker Spoofchecker::__construct » PHP Manual Spoofchecker 指定された文字列が、読み手を混 ... 。 string2 チェックするふたつめの文字列。 errorCode 整数のリファレンスを設定します。 エラーがあった場合には、 ...
https://man.plustar.jp/php/spoofchecker.areconfusable.html - [similar]
古い値を新しい値に更新する 3635
« apcu_cache_info apcu_clear_cache » PHP Manual APCu 関数 古い値を新しい値に更新する apcu_cas (P ... int $new ): bool apcu_cas() は、既に保存されている整数値が old パラメータにマッチする値のときに、それを ne ...
https://man.plustar.jp/php/function.apcu-cas.html - [similar]
配列を指定した値で埋める 3635
« array_fill_keys array_filter » PHP Manual 配列 関数 配列を指定した値で埋める array_fill (PHP 4 ... tr_repeat() - 文字列を反復する range() - ある範囲の整数を有する配列を作成する 関連キーワード: 配列 , array ...
https://man.plustar.jp/php/function.array-fill.html - [similar]
指定長、指定した値で配列を埋める 3635
« array_multisort array_pop » PHP Manual 配列 関数 指定長、指定した値で配列を埋める array_pad (P ... l() - 配列を指定した値で埋める range() - ある範囲の整数を有する配列を作成する 関連キーワード: array , 配列 ...
https://man.plustar.jp/php/function.array-pad.html - [similar]
数値の基数を任意に変換する 3635
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP ... す。 101000110111001100110100 参考 intval() - 変数の整数としての値を取得する 関連キーワード: 基数 , 変換 , 数 ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
任意精度数値をべき乗する 3635
« bcmul bcpowmod » PHP Manual BC Math 関数 任意精度数値をべき乗する bcpow (PHP 4, PHP 5, PHP 7, ... 基数を表す文字列。 exponent 指数を表す文字列。 指数が整数でない場合、値は切り捨てられます。 正しい指数の範囲は ...
https://man.plustar.jp/php/function.bcpow.html - [similar]
変数の boolean としての値を取得する 3635
« 変数操作 関数 debug_zval_dump » PHP Manual 変数操作 関数 変数の boolean としての値を取得する b ... val() - 変数の float 値を取得する intval() - 変数の整数としての値を取得する strval() - 変数の文字列としての ...
https://man.plustar.jp/php/function.boolval.html - [similar]
ユリウス積算日からサポートされるカレンダーに変換する 3635
« cal_days_in_month cal_info » PHP Manual カレンダー 関数 ユリウス積算日からサポートされるカレン ... RENCH です。 パラメータ julian_day ユリウス日を表す整数値。 calendar 変換するカレンダー。 戻り値 カレンダー ...
https://man.plustar.jp/php/function.cal-from-jd.html - [similar]
英数字かどうかを調べる 3635
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4. ... 、拡張 ASCII の範囲に収まるようにします)。 それ以外の整数値は、10 進数を含む文字列とみなします。 警告 PHP 8.1 ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
制御文字かどうかを調べる 3635
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= ... 、拡張 ASCII の範囲に収まるようにします)。 それ以外の整数値は、10 進数を含む文字列とみなします。 警告 PHP 8.1 ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]