検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1029 for [SIMILAR] 16 1024 4096 WITH 20853 値形 WITH 1048... (0.863 sec.)
平方数かどうかを調べる 0
« gmp_perfect_power gmp_popcount » PHP Manual GMP 関数 平方数かどうかを調べる gmp_perfect_square (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_perfect_square — 平方数かどうかを調べる 説明 gmp_perfect_square ( GMP | int | string $num ): bool その数が平方数であるかどうかを調べます。 パラメータ ...
https://man.plustar.jp/php/function.gmp-perfect-square.html - [similar]
余りつきの平方根 0
« gmp_sqrt gmp_strval » PHP Manual GMP 関数 余りつきの平方根 gmp_sqrtrem (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_sqrtrem — 余りつきの平方根 説明 gmp_sqrtrem ( GMP | int | string $num ): array ある数の平方根を余りつきで計算します。 パラメータ num 平方根を計算したい数。 GMP オブジェクト、 ...
https://man.plustar.jp/php/function.gmp-sqrtrem.html - [similar]
ビットが設定されているかどうかを調べる 0
« gmp_sub gmp_xor » PHP Manual GMP 関数 ビットが設定されているかどうかを調べる gmp_testbit (PHP 5 >= 5.3.0, PHP 7, PHP 8) gmp_testbit — ビットが設定されているかどうかを調べる 説明 gmp_testbit ( GMP | int | string $num , int $index ): bool 指定したビットが設定されているかどうかを調べます。 ...
https://man.plustar.jp/php/function.gmp-testbit.html - [similar]
乱数シードを設定する 0
« gmp_random_range gmp_random » PHP Manual GMP 関数 乱数シードを設定する gmp_random_seed (PHP 7, PHP 8) gmp_random_seed — 乱数シードを設定する 説明 gmp_random_seed ( GMP | int | string $seed ): void パラメータ seed gmp_random() , gmp_random_bits() , gmp_random_range() 向けに設定するシード ...
https://man.plustar.jp/php/function.gmp-random-seed.html - [similar]
ビットをクリアする 0
« gmp_binomial gmp_cmp » PHP Manual GMP 関数 ビットをクリアする gmp_clrbit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_clrbit — ビットをクリアする 説明 gmp_clrbit ( GMP $num , int $index ): void num のビット index をクリア (0 に設定) します。index は 0 から始まります。 パラメータ num GMP オ ...
https://man.plustar.jp/php/function.gmp-clrbit.html - [similar]
乱数を生成する 0
« gmp_random_seed gmp_root » PHP Manual GMP 関数 乱数を生成する gmp_random (PHP 4 >= 4.0.4, PHP 5, PHP 7) gmp_random — 乱数を生成する 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨します。 説明 gmp_random ( int $limiter = 20 ): ...
https://man.plustar.jp/php/function.gmp-random.html - [similar]
インデックスの情報およびテーブルの統計情報を含む結果セットを返す 0
« db2_special_columns db2_stmt_error » PHP Manual IBM DB2 関数 インデックスの情報およびテーブルの統計情報を含む結果セットを返す db2_statistics (PECL ibm_db2 >= 1.0.0) db2_statistics — インデックスの情報およびテーブルの統計情報を含む結果セットを返す 説明 db2_statistics ( resource $connect ...
https://man.plustar.jp/php/function.db2-statistics.html - [similar]
型宣言 0
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 クラスのプロパティ (PHP 7.4.0 以降) に対して型を宣言することができます。 これによって、その値が特定の型であることを保証できます。 その型でない場合は、 TypeError がスローされます。 注意 : 親クラ ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
その他の変更 0
« 変更された関数 Windows のサポート » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 その他の変更 その他の変更 無効な文字列による算術演算の通知 数値形式ではない文字列を使って、数値を期待する演算 ( + - * / ** % << >> | & ^ や、これらを用いた代入演算) を行おうとしたときに、 E_WARNING あるいは ...
https://man.plustar.jp/php/migration71.other-changes.html - [similar]
BC Math 関数 0
« 定義済み定数 bcadd » PHP Manual BC Math BC Math 関数 BC Math 関数 目次 bcadd — 2つの任意精度の数値を加算する bccomp — 2 つの任意精度数値を比較する bcdiv — 2つの任意精度数値で除算を行う bcmod — 2 つの任意精度数値の剰余を取得する bcmul — 2つの任意精度数値の乗算を行う bcpow — 任意精度数値 ...
https://man.plustar.jp/php/ref.bc.html - [similar]