検索

phrase: max: clip:
target: order:
Results of 981 - 990 of about 2650 for 上の (1.448 sec.)
べき乗を計算する 2061
« gmp_popcount gmp_powm » PHP Manual GMP 関数 べき乗を計算する gmp_pow (PHP 4 >= 4.0.4, PHP 5, P ... 告を発生します echo gmp_strval ( $pow3 ) . "\n" ; ?> 上の例の出力は以下となります。 2147483648 1 関連キーワー ...
https://man.plustar.jp/php/function.gmp-pow.html - [similar]
べき乗とモジュロを計算する 2061
« gmp_pow gmp_prob_prime » PHP Manual GMP 関数 べき乗とモジュロを計算する gmp_powm (PHP 4 >= 4.0 ... 47483649" ); echo gmp_strval ( $pow1 ) . "\n" ; ?> 上の例の出力は以下となります。 2147483648 関連キーワード ...
https://man.plustar.jp/php/function.gmp-powm.html - [similar]
乱数を生成する 2061
« gmp_random_bits gmp_random_seed » PHP Manual GMP 関数 乱数を生成する gmp_random_range (PHP 5 > ... ) . "\n" ; echo gmp_strval ( $rand2 ) . "\n" ; ?> 上の例の出力は以下となります。 42 -67 関連キーワード: 乱 ...
https://man.plustar.jp/php/function.gmp-random-range.html - [similar]
0 を探す 2061
« gmp_rootrem gmp_scan1 » PHP Manual GMP 関数 0 を探す gmp_scan0 (PHP 4 >= 4.0.4, PHP 5, PHP 7, ... 000" , 2 ); echo gmp_scan0 ( $s2 , 5 ) . "\n" ; ?> 上の例の出力は以下となります。 3 7 関連キーワード: scan ...
https://man.plustar.jp/php/function.gmp-scan0.html - [similar]
余りつきの平方根 2061
« gmp_sqrt gmp_strval » PHP Manual GMP 関数 余りつきの平方根 gmp_sqrtrem (PHP 4 >= 4.0.4, PHP 5, ... t3 ) . ", " . gmp_strval ( $sqrt3rem ) . "\n" ; ?> 上の例の出力は以下となります。 3, 0 2, 3 1024, 0 関連キー ...
https://man.plustar.jp/php/function.gmp-sqrtrem.html - [similar]
ビットが設定されているかどうかを調べる 2061
« gmp_sub gmp_xor » PHP Manual GMP 関数 ビットが設定されているかどうかを調べる gmp_testbit (PHP ... ( $n , 1 ); var_dump ( gmp_testbit ( $n , 1 )); ?> 上の例の出力は以下となります。 bool(false) bool(true) 参 ...
https://man.plustar.jp/php/function.gmp-testbit.html - [similar]
圧縮された文字列を解凍する 2061
« gztell gzwrite » PHP Manual Zlib 関数 圧縮された文字列を解凍する gzuncompress (PHP 4 >= 4.0.1, ... 68 倍、もしくはオプションのパラメータ max_length 以上の場合、エラーを返します。 例 例1 gzuncompress() の例 ...
https://man.plustar.jp/php/function.gzuncompress.html - [similar]
ハッシュコンテキストをコピーする 2061
« hash_algos hash_equals » PHP Manual Hash 関数 ハッシュコンテキストをコピーする hash_copy (PHP ... a" ); echo hash_final ( $copy_context ), "\n" ; ?> 上の例の出力は以下となります。 8d777f385d3dfec8815d20f74 ...
https://man.plustar.jp/php/function.hash-copy.html - [similar]
設定オプションの値を元に戻す 2061
« ini_get ini_set » PHP Manual PHP オプション/情報 関数 設定オプションの値を元に戻す ini_restore ... ting . '\': ' . ini_get ( $setting ), PHP_EOL ; ?> 上の例の出力は以下となります。 Current value for 'html_e ...
https://man.plustar.jp/php/function.ini-restore.html - [similar]
変数が配列かどうかを検査する 2061
« intval is_bool » PHP Manual 変数操作 関数 変数が配列かどうかを検査する is_array (PHP 4, PHP 5, ... o is_array ( $no ) ? 'Array' : 'not an Array' ; ?> 上の例の出力は以下となります。 Array not an Array 参考 i ...
https://man.plustar.jp/php/function.is-array.html - [similar]