検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 288 for [SIMILAR] 16 1024 4096 WITH 26435 gmp WITH 16459... (0.259 sec.)
乱数を生成する 0
« gmp_prob_prime gmp_random_range » PHP Manual GMP 関数 乱数を生成する gmp_random_bits (PHP 5 >= 5.6.3, PHP 7, PHP 8) gmp_random_bits — 乱数を生成する 説明 gmp_random_bits ( int $bits ): GMP 乱数を生成します。値は 0 と (2 ** bits ) - 1 の間になります。 bits は0より大きくなければならず、最 ...
https://man.plustar.jp/php/function.gmp-random-bits.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]
gmp_div_q のエイリアス 0
« gmp_div_r gmp_divexact » PHP Manual GMP 関数 gmp_div_q のエイリアス gmp_div (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_div — gmp_div_q() のエイリアス 説明 この関数は次の関数のエイリアスです。 gmp_div_q() . 関連キーワード: q , 関数 , divexact , ...
https://man.plustar.jp/php/function.gmp-div.html - [similar]
0 を探す 0
« gmp_rootrem gmp_scan1 » PHP Manual GMP 関数 0 を探す gmp_scan0 (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_scan0 — 0 を探す 説明 gmp_scan0 ( GMP | int | string $num1 , int $start ): int ビット start から最上位ビットの方に、 最初のクリアビットが見付かるまで num1 をスキャンします。 パラメー ...
https://man.plustar.jp/php/function.gmp-scan0.html - [similar]
1 を探す 0
« gmp_scan0 gmp_setbit » PHP Manual GMP 関数 1 を探す gmp_scan1 (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_scan1 — 1 を探す 説明 gmp_scan1 ( GMP | int | string $num1 , int $start ): int ビット start から最上位ビットの方に、 セットされているビットが最初に見付かるまで num1 をスキャンします。 ...
https://man.plustar.jp/php/function.gmp-scan1.html - [similar]
数が"おそらく素数"であるかどうかを調べる 0
« gmp_powm gmp_random_bits » PHP Manual GMP 関数 数が"おそらく素数"であるかどうかを調べる gmp_prob_prime (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_prob_prime — 数が"おそらく素数"であるかどうかを調べる 説明 gmp_prob_prime ( GMP | int | string $num , int $repetitions = 10 ): int この関数は ...
https://man.plustar.jp/php/function.gmp-prob-prime.html - [similar]
GMP オブジェクトをシリアライズする 0
« GMP GMP::__unserialize » PHP Manual GMP GMP オブジェクトをシリアライズする GMP::__serialize (PHP 8 >= 8.1.0) GMP::__serialize — GMP オブジェクトをシリアライズする 説明 public GMP::__serialize (): array 警告 この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されてい ...
https://man.plustar.jp/php/gmp.serialize.html - [similar]
累乗数かどうかを調べる 0
« gmp_or gmp_perfect_square » PHP Manual GMP 関数 累乗数かどうかを調べる gmp_perfect_power (PHP 7 >= 7.3.0, PHP 8) gmp_perfect_power — 累乗数かどうかを調べる 説明 gmp_perfect_power ( GMP | int | string $num ): bool num が累乗数かどうかを調べます。 パラメータ num GMP オブジェクト、整数、あ ...
https://man.plustar.jp/php/function.gmp-perfect-power.html - [similar]
定義済み定数 0
« リソース型 Password Hashing 関数 » PHP Manual パスワードのハッシュ 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれており、常に利用可能です。 PASSWORD_BCRYPT ( string ) PASSWORD_BCRYPT を使うと、 CRYPT_BLOWFISH アルゴリズムで新たなパスワードハッシュを作ります。 これは常に、"$2y ...
https://man.plustar.jp/php/password.constants.html - [similar]
安全なパスワードハッシュ 0
« PHP の使いかた PHP と HTML » PHP Manual FAQ 安全なパスワードハッシュ 安全なパスワードハッシュ この節では、なぜハッシュ関数を使ってパスワードを守るのかについての理由と、 ハッシュ処理を効率的に行う方法について説明します。 なぜ、アプリケーションのユーザーが登録したパスワードをハッシュしな ...
https://man.plustar.jp/php/faq.passwords.html - [similar]