検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 333 for [SIMILAR] 16 1024 4096 WITH 26389 ザク WITH 2624... (0.320 sec.)
2 つの variant の論理積を計算し、結果を返す 0
« variant_add variant_cast » PHP Manual COM関数 2 つの variant の論理積を計算し、結果を返す variant_and (PHP 5, PHP 7, PHP 8) variant_and — 2 つの variant の論理積を計算し、結果を返す 説明 variant_and ( mixed $left , mixed $right ): variant 以下の表に基づいた論理 AND 処理を行います。通常 ...
https://man.plustar.jp/php/function.variant-and.html - [similar]
2 つの variant の論理和を計算する 0
« variant_not variant_pow » PHP Manual COM関数 2 つの variant の論理和を計算する variant_or (PHP 5, PHP 7, PHP 8) variant_or — 2 つの variant の論理和を計算する 説明 variant_or ( mixed $left , mixed $right ): variant 論理 OR 処理を行います。通常の OR 操作とは少し違いがあることに注意しまし ...
https://man.plustar.jp/php/function.variant-or.html - [similar]
ビット演算子 0
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特定のビットの評価や操作を行います。 ビット演算子 例 名前 結果 $a & $b ビット積 $a および $b の両方にセットされているビットがセットされます $a | $b ビット和 $a または $b のどちらかにセットされて ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
認証付きの共有鍵による復号 0
« sodium_crypto_secretbox_keygen sodium_crypto_secretbox » PHP Manual Sodium 関数 認証付きの共有鍵による復号 sodium_crypto_secretbox_open (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_secretbox_open — 認証付きの共有鍵による復号 説明 sodium_crypto_secretbox_open ( string $ciphertext , string $non ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox-open.html - [similar]
認証付きの共有鍵による暗号化 0
« sodium_crypto_secretbox_open sodium_crypto_secretstream_xchacha20poly1305_init_pull » PHP Manual Sodium 関数 認証付きの共有鍵による暗号化 sodium_crypto_secretbox (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_secretbox — 認証付きの共有鍵による暗号化 説明 sodium_crypto_secretbox ( string $messag ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox.html - [similar]
The sodium_crypto_core_ristretto255_scalar_complement purpose 0
« sodium_crypto_core_ristretto255_scalar_add sodium_crypto_core_ristretto255_scalar_invert » PHP Manual Sodium 関数 The sodium_crypto_core_ristretto255_scalar_complement purpose sodium_crypto_core_ristretto255_scalar_complement (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_scalar_comp ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-compl... - [similar]
スカラー値を縮小する 0
« sodium_crypto_core_ristretto255_scalar_random sodium_crypto_core_ristretto255_scalar_sub » PHP Manual Sodium 関数 スカラー値を縮小する sodium_crypto_core_ristretto255_scalar_reduce (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_scalar_reduce — スカラー値を縮小する 説明 sodium_crypto_ ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-reduc... - [similar]
はじめに 0
« APCu インストール/設定 » PHP Manual APCu はじめに はじめに APCu は、PHP で動くインメモリの key-value ストアです。 キーは文字列型で、値は任意のPHPの変数を保存できます。 APCu はユーザーランドの変数のキャッシュのみをサポートしています。 APCu は APC から opcode のキャッシュ機能を除いたもの ...
https://man.plustar.jp/php/intro.apcu.html - [similar]
スカラー値を乗算する 0
« sodium_crypto_core_ristretto255_scalar_invert sodium_crypto_core_ristretto255_scalar_negate » PHP Manual Sodium 関数 スカラー値を乗算する sodium_crypto_core_ristretto255_scalar_mul (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_scalar_mul — スカラー値を乗算する 説明 sodium_crypto_cor ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-mul.h... - [similar]
比較演算子 0
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前が示すように、二つの値を比較します。 型の比較表 に、型に関連するさまざまな比較の例があります。 比較演算子 例 名前 結果 $a == $b 等しい 型の相互変換をした後で $a が $b に等しい時に true 。 $a = ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]