検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 69 for スカラー (0.003 sec.)
SQL のスカラー関数として使用する PHP 関数を登録する 8328
« SQLite3::createCollation SQLite3::enableExceptions » PHP Manual SQLite3 SQL のスカラー関数とし ... 3.0, PHP 7, PHP 8) SQLite3::createFunction — SQL のスカラー関数として使用する PHP 関数を登録する 説明 public SQ ... int $argCount = -1 , int $flags = 0 ): bool SQL のスカラー関数として使用する PHP 関数を登録します。 これは SQL ... cd4621d373cade4e832627b4f6" 関連キーワード: 関数 , スカラー , 登録 , 使用 , 定義 , createFunction , callback , ...
https://man.plustar.jp/php/sqlite3.createfunction.html - [similar]
構文 7847
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使 ... できません。 const キーワードで定数に指定できるのは、スカラー式 ( bool , int , double , string ) と、 スカラー式だ ... と再定義または未定義とすることはできません。 定数は、スカラー値と配列としてのみ評価可能です。 例1 定数の定義 <?ph ... 例2 const キーワードによる定数の定義 <?php // 単純なスカラー値 const CONSTANT = 'Hello World' ; echo CONSTANT ; ... // スカラー式 const ANOTHER_CONST = CONSTANT . '; Goodbye World ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
共有シークレットを計算する 7791
« sodium_crypto_scalarmult_ristretto255_base sodium_crypto_scalarmult » PHP Manual Sodium 関数 共 ... ing $n , string $p ): string 座標 p の n 倍にあたるスカラー値を計算します。 libsodium 1.0.18 以降で利用可能です ... 。引数のリストのみが 記述されています。 パラメータ n スカラー値。 通常は秘密鍵の値です。 p 座標の値(x座標)。 通常 ... , scalarmult , ristretto , 座標 , string , 通常 , スカラー ...
https://man.plustar.jp/php/function.sodium-crypto-scalarmult-ristretto255.html - [similar]
現在の要素のキーを返す 7720
« Iterator::current Iterator::next » PHP Manual Iterator 現在の要素のキーを返す Iterator::key (P ... 数にはパラメータはありません。 戻り値 成功した場合にスカラー型、失敗した場合に null を返します。 エラー / 例外 失 ... パラメータ , 失敗 , next , public , 関数 , 成功 , スカラー ...
https://man.plustar.jp/php/iterator.key.html - [similar]
BackedEnum インターフェイス 7664
« UnitEnum::cases BackedEnum::from » PHP Manual 定義済みのインターフェイスとクラス BackedEnum イ ... nitEnum::cases (): array } 目次 BackedEnum::from — スカラー型の値を列挙型にマップする BackedEnum::tryFrom — スカ ... tic , メソッド , from , 定義 , public , UnitEnum , スカラー , tryFrom , string ...
https://man.plustar.jp/php/class.backedenum.html - [similar]
7664
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 < ... やすい文字列を返します。 この文字列は、"マシン上の" スカラー値とは別のものです。 このスカラー値は、データベースの ... label ()); } ?> 関連キーワード: 例 , UserStatus , スカラー , 関数 , SortOrder , 4つ , フィールド , データベー ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
列挙型が Backed Enum かを調べる 7664
« ReflectionEnum::hasCase ReflectionEnumUnitCase » PHP Manual ReflectionEnum 列挙型が Backed Enu ... um::isBacked (): bool Backed Enum は、 ネイティブのスカラー型と同等の情報を持つ列挙型です。 文字列か、整数のどち ... この関数にはパラメータはありません。 戻り値 列挙型がスカラーと同等の Backed Enum の場合は true を返します。 そう ... Backed , ReflectionEnum , isBacked , パラメータ , スカラー , 同等 , 依存 , 存在 , getBackingType ...
https://man.plustar.jp/php/reflectionenum.isbacked.html - [similar]
ランダムな鍵を生成する 7550
« sodium_crypto_core_ristretto255_scalar_negate sodium_crypto_core_ristretto255_scalar_reduce » ... 参考 sodium_crypto_core_ristretto255_scalar_add() - スカラー値を追加する sodium_crypto_core_ristretto255_scalar_ ... sub() - スカラー値を減らす 関連キーワード: 生成 , sodium , crypto , ... ristretto , scalar , 鍵 , 関数 , スカラー , パラメータ , リスト ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-rando... - [similar]
Sodium 関数 7310
« 定義済み定数 sodium_add » PHP Manual Sodium Sodium 関数 Sodium 関数 目次 sodium_add — 巨大な数 ... 成する sodium_crypto_core_ristretto255_scalar_add — スカラー値を追加する sodium_crypto_core_ristretto255_scalar_ ... se sodium_crypto_core_ristretto255_scalar_invert — スカラー値を反転させる sodium_crypto_core_ristretto255_scala ... r_mul — スカラー値を乗算する sodium_crypto_core_ristretto255_scalar_ ... negate — スカラー値の論理否定を行う sodium_crypto_core_ristretto255_s ...
https://man.plustar.jp/php/ref.sodium.html - [similar]
Sodium 7253
« password_verify はじめに » PHP Manual 暗号 Sodium Sodium はじめに インストール/設定 要件 インス ... 成する sodium_crypto_core_ristretto255_scalar_add — スカラー値を追加する sodium_crypto_core_ristretto255_scalar_ ... se sodium_crypto_core_ristretto255_scalar_invert — スカラー値を反転させる sodium_crypto_core_ristretto255_scala ... r_mul — スカラー値を乗算する sodium_crypto_core_ristretto255_scalar_ ... negate — スカラー値の論理否定を行う sodium_crypto_core_ristretto255_s ...
https://man.plustar.jp/php/book.sodium.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT