検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 511 for [SIMILAR] 16 1024 4096 WITH 14393 添字 WITH 1116... (0.890 sec.)
秘密鍵から公開鍵を計算する 0
« sodium_crypto_box_open sodium_crypto_box_publickey » PHP Manual Sodium 関数 秘密鍵から公開鍵を計算する sodium_crypto_box_publickey_from_secretkey (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_box_publickey_from_secretkey — 秘密鍵から公開鍵を計算する 説明 sodium_crypto_box_publickey_from_secret ...
https://man.plustar.jp/php/function.sodium-crypto-box-publickey-from-secretkey.h... - [similar]
複数の結果が利用可能などうか確認する 0
« odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する odbc_next_result (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) odbc_next_result — 複数の結果が利用可能などうか確認する 説明 odbc_next_result ( resource $statement ): bool まだ結果セットが存在して odbc_ ...
https://man.plustar.jp/php/function.odbc-next-result.html - [similar]
ビット AND を計算する 0
« gmp_add gmp_binomial » PHP Manual GMP 関数 ビット AND を計算する gmp_and (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_and — ビット AND を計算する 説明 gmp_and ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの GMP 数のビット AND を計算します。 パラメータ num1 GMP オブジェ ...
https://man.plustar.jp/php/function.gmp-and.html - [similar]
ひとつまたは複数の配列をマージする 0
« array_merge_recursive array_multisort » PHP Manual 配列 関数 ひとつまたは複数の配列をマージする array_merge (PHP 4, PHP 5, PHP 7, PHP 8) array_merge — ひとつまたは複数の配列をマージする 説明 array_merge ( array ...$arrays ): array 前の配列の後ろに配列を追加することにより、 ひとつまたは ...
https://man.plustar.jp/php/function.array-merge.html - [similar]
列挙型が定義されているかを調べる 0
« class_exists get_called_class » PHP Manual クラス/オブジェクト関数 列挙型が定義されているかを調べる enum_exists (PHP 8 >= 8.1.0) enum_exists — 列挙型が定義されているかを調べる 説明 enum_exists ( string $enum , bool $autoload = true ): bool この関数は、指定された列挙型が定義されているか ...
https://man.plustar.jp/php/function.enum-exists.html - [similar]
値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す 0
« log10 log » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す log1p (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) log1p — 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す 説明 log1p ( float $num ): float log1p() は、 log(1 + num ) の ...
https://man.plustar.jp/php/function.log1p.html - [similar]
パスワードを再計算する必要があるかを判定する 0
« sodium_crypto_pwhash_scryptsalsa208sha256 sodium_crypto_pwhash_str_verify » PHP Manual Sodium 関数 パスワードを再計算する必要があるかを判定する sodium_crypto_pwhash_str_needs_rehash (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_pwhash_str_needs_rehash — パスワードを再計算する必要があるかを判定 ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash-str-needs-rehash.html - [similar]
べき乗を計算する 0
« gmp_popcount gmp_powm » PHP Manual GMP 関数 べき乗を計算する gmp_pow (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_pow — べき乗を計算する 説明 gmp_pow ( GMP | int | string $num , int $exponent ): GMP num の exponent 乗を計算します。 パラメータ num もととなる数。 GMP オブジェクト、整数、ある ...
https://man.plustar.jp/php/function.gmp-pow.html - [similar]
べき乗とモジュロを計算する 0
« gmp_pow gmp_prob_prime » PHP Manual GMP 関数 べき乗とモジュロを計算する gmp_powm (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_powm — べき乗とモジュロを計算する 説明 gmp_powm ( GMP | int | string $num , GMP | int | string $exponent , GMP | int | string $modulus ): GMP modulus を法として ( ...
https://man.plustar.jp/php/function.gmp-powm.html - [similar]
指定した関数が定義されている場合に true を返す 0
« func_num_args get_defined_functions » PHP Manual 関数処理 関数 指定した関数が定義されている場合に true を返す function_exists (PHP 4, PHP 5, PHP 7, PHP 8) function_exists — 指定した関数が定義されている場合に true を返す 説明 function_exists ( string $function ): bool 組み込みの内部関数 ...
https://man.plustar.jp/php/function.function-exists.html - [similar]