検索

phrase: max: clip:
target: order:
Results of 711 - 720 of about 2650 for 上の (0.041 sec.)
セットされているビットの数 2128
« gmp_perfect_square gmp_pow » PHP Manual GMP 関数 セットされているビットの数 gmp_popcount (PHP ... 1 が 7 つ echo gmp_popcount ( $pop2 ) . "\n" ; ?> 上の例の出力は以下となります。 3 7 関連キーワード: ビット ...
https://man.plustar.jp/php/function.gmp-popcount.html - [similar]
乱数を生成する 2128
« gmp_prob_prime gmp_random_range » PHP Manual GMP 関数 乱数を生成する gmp_random_bits (PHP 5 >= ... ) . "\n" ; echo gmp_strval ( $rand2 ) . "\n" ; ?> 上の例の出力は以下となります。 3 15 関連キーワード: 乱数 ...
https://man.plustar.jp/php/function.gmp-random-bits.html - [similar]
数の符号 2128
« gmp_setbit gmp_sqrt » PHP Manual GMP 関数 数の符号 gmp_sign (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP ... . "\n" ; // ゼロ echo gmp_sign ( "0" ) . "\n" ; ?> 上の例の出力は以下となります。 1 -1 0 参考 gmp_abs() - 絶 ...
https://man.plustar.jp/php/function.gmp-sign.html - [similar]
平方根を計算する 2128
« gmp_sign gmp_sqrtrem » PHP Manual GMP 関数 平方根を計算する gmp_sqrt (PHP 4 >= 4.0.4, PHP 5, P ... ) . "\n" ; echo gmp_strval ( $sqrt3 ) . "\n" ; ?> 上の例の出力は以下となります。 3 2 1234567890 関連キーワ ...
https://man.plustar.jp/php/function.gmp-sqrt.html - [similar]
数値の減算 2128
« gmp_strval gmp_testbit » PHP Manual GMP 関数 数値の減算 gmp_sub (PHP 4 >= 4.0.4, PHP 5, PHP 7, ... / 2^48 - 2^32 echo gmp_strval ( $sub ) . "\n" ; ?> 上の例の出力は以下となります。 281470681743360 関連キーワ ...
https://man.plustar.jp/php/function.gmp-sub.html - [similar]
ビット XOR を計算する 2128
« gmp_testbit GMP » PHP Manual GMP 関数 ビット XOR を計算する gmp_xor (PHP 4 >= 4.0.4, PHP 5, PH ... $xor2 ); echo gmp_strval ( $xor3 , 2 ) . "\n" ; ?> 上の例の出力は以下となります。 1011110111000100 関連キー ...
https://man.plustar.jp/php/function.gmp-xor.html - [similar]
値が有限の数値であるかどうかを判定する 2128
« intdiv is_infinite » PHP Manual Math 関数 値が有限の数値であるかどうかを判定する is_finite (PH ... タ num 調べる値。 戻り値 num が このプラットフォーム上の PHP の float 型で有効な範囲内の数である場合に true ...
https://man.plustar.jp/php/function.is-finite.html - [similar]
Returns the BSON representation of a JSON value 2128
« 関数 MongoDB\BSON\fromPHP » PHP Manual 関数 Returns the BSON representation of a JSON value Mo ... \ BSON \ toPHP ( $bson ); var_dump ( $value ); ?> 上の例の出力は以下となります。 object(stdClass)#2 (1) { ...
https://man.plustar.jp/php/function.mongodb.bson-fromjson.html - [similar]
Returns the BSON representation of a PHP value 2128
« MongoDB\BSON\fromJSON MongoDB\BSON\toCanonicalExtendedJSON » PHP Manual 関数 Returns the BSON ... [ 'foo' => 1 ]); echo bin2hex ( $bson ), "\n" ; ?> 上の例の出力は以下となります。 0e00000010666f6f000100000 ...
https://man.plustar.jp/php/function.mongodb.bson-fromphp.html - [similar]
結果コード (MQRC) に対応するエラーメッセージを返す 2128
« mqseries_set ネットワーク » PHP Manual mqseries 関数 結果コード (MQRC) に対応するエラーメッセー ... eason , mqseries_strerror ( $reason )); exit; } ?> 上の例の出力は以下となります。 Connx CompCode:2 Reason:2 ...
https://man.plustar.jp/php/function.mqseries-strerror.html - [similar]