検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 969 for [SIMILAR] 16 1024 4096 WITH 9424 reflectionfunct... (0.975 sec.)
数値を除算する 0
« gmp_com gmp_div_qr » PHP Manual GMP 関数 数値を除算する gmp_div_q (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_div_q — 数値を除算する 説明 gmp_div_q ( GMP | int | string $num1 , GMP | int | string $num2 , int $rounding_mode = GMP_ROUND_ZERO ): GMP num1 を num2 で割り、 結果を整数で返します ...
https://man.plustar.jp/php/function.gmp-div-q.html - [similar]
法による逆 0
« gmp_intval gmp_jacobi » PHP Manual GMP 関数 法による逆 gmp_invert (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_invert — 法による逆 説明 gmp_invert ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP | false num2 を法とした num1 の逆を計算します。 パラメータ num1 GMP オブジェクト、 ...
https://man.plustar.jp/php/function.gmp-invert.html - [similar]
モジュロ演算 0
« gmp_legendre gmp_mul » PHP Manual GMP 関数 モジュロ演算 gmp_mod (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_mod — モジュロ演算 説明 gmp_mod ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP num2 を法とした num1 を計算します。結果は常に非負であり、 num2 の符号は無視されます。 パ ...
https://man.plustar.jp/php/function.gmp-mod.html - [similar]
ビット OR を計算する 0
« gmp_nextprime gmp_perfect_power » PHP Manual GMP 関数 ビット OR を計算する gmp_or (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_or — ビット OR を計算する 説明 gmp_or ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの GMP 数のビット OR を計算します。 パラメータ num1 GMP オブ ...
https://man.plustar.jp/php/function.gmp-or.html - [similar]
ビット XOR を計算する 0
« gmp_testbit GMP » PHP Manual GMP 関数 ビット XOR を計算する gmp_xor (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_xor — ビット XOR を計算する 説明 gmp_xor ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの GMP 数のビット排他的論理和 (XOR) を計算します。 パラメータ num1 GMP ...
https://man.plustar.jp/php/function.gmp-xor.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 0
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変換する ord (PHP 4, PHP 5, PHP 7, PHP 8) ord — 文字列の先頭バイトを、0 から 255 までの値に変換する 説明 ord ( string $character ): int character の先頭バイトのバイナリ値を、 0 から 255 までの符 ...
https://man.plustar.jp/php/function.ord.html - [similar]
2 つの variant の乗算を行い、その結果を返す 0
« variant_mod variant_neg » PHP Manual COM関数 2 つの variant の乗算を行い、その結果を返す variant_mul (PHP 5, PHP 7, PHP 8) variant_mul — 2 つの variant の乗算を行い、その結果を返す 説明 variant_mul ( mixed $left , mixed $right ): variant left と right の乗算を行います。 パラメータ left ...
https://man.plustar.jp/php/function.variant-mul.html - [similar]
定義済み定数 0
« リソース型 JsonException » PHP Manual JSON 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 次の定数は、 json_last_error() が返したり、 JsonException の code に ...
https://man.plustar.jp/php/json.constants.html - [similar]
staticプロパティの値を設定する 0
« ReflectionClass::newInstanceWithoutConstructor ReflectionClass::__toString » PHP Manual ReflectionClass staticプロパティの値を設定する ReflectionClass::setStaticPropertyValue (PHP 5 >= 5.1.2, PHP 7, PHP 8) ReflectionClass::setStaticPropertyValue — staticプロパティの値を設定する 説明 pu ...
https://man.plustar.jp/php/reflectionclass.setstaticpropertyvalue.html - [similar]
数を比較する 0
« gmp_clrbit gmp_com » PHP Manual GMP 関数 数を比較する gmp_cmp (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_cmp — 数を比較する 説明 gmp_cmp ( GMP | int | string $num1 , GMP | int | string $num2 ): int ふたつの数を比較します。 パラメータ num1 GMP オブジェクト、整数、あるいは数値に変換可能な ...
https://man.plustar.jp/php/function.gmp-cmp.html - [similar]