検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 77 for スカラ (0.002 sec.)
変数がスカラかどうかを調べる 10802
« is_resource is_string » PHP Manual 変数操作 関数 変数がスカラかどうかを調べる is_scalar (PHP 4 ... >= 4.0.5, PHP 5, PHP 7, PHP 8) is_scalar — 変数がスカラかどうかを調べる 説明 is_scalar ( mixed $value ): bo ... ol 指定した変数がスカラかどうかを調べます。 スカラ変数には int 、 float 、 ... が含まれます。 array 、 object 、 resource 、 null はスカラではありません。 注意 : リソース型は現在整数に基づく ... 抽象型であるため、 is_scalar() は resource 型の値を スカラ値と判定しません。この実装の詳細は変更される可能性が ...
https://man.plustar.jp/php/function.is-scalar.html - [similar]
スカラー値を乗算する 10457
« sodium_crypto_core_ristretto255_scalar_invert sodium_crypto_core_ristretto255_scalar_negate » ... PHP Manual Sodium 関数 スカラー値を乗算する sodium_crypto_core_ristretto255_scala ... .1.0) sodium_crypto_core_ristretto255_scalar_mul — スカラー値を乗算する 説明 sodium_crypto_core_ristretto255_ ... scalar_mul ( string $x , string $y ): string スカラー値を乗算します。 libsodium 1.0.18 以降で利用可能で ... 。引数のリストのみが 記述されています。 パラメータ x スカラー値。 X座標を表します。 y スカラー値。 Y座標を表しま ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-mul.h... - [similar]
値に依存した列挙型(Backed Enum) 10401
« 列挙型の基礎 列挙型とメソッド » PHP Manual 列挙型(Enum) 値に依存した列挙型(Backed Enum) 値に依 ... 存した列挙型(Backed Enum) デフォルトでは、列挙型はスカラー値の情報を持っていません。 単なるシングルトンオブジ ... 、ビルトインの (シリアライズ可能であることが自明な) スカラー値を持つ case があると、本質的に役に立ちます。 列挙 ... 型にスカラー値を定義するには、以下のようにします: <?php enum S ... 'D' ; case Clubs = 'C' ; case Spades = 'S' ; } ?> スカラー値を持つ case を、"Backed Case" と呼びます。 なぜな ...
https://man.plustar.jp/php/language.enumerations.backed.html - [similar]
スカラー値を減らす 10346
« sodium_crypto_core_ristretto255_scalar_reduce sodium_crypto_core_ristretto255_sub » PHP Manual ... Sodium 関数 スカラー値を減らす sodium_crypto_core_ristretto255_scalar_ ... .1.0) sodium_crypto_core_ristretto255_scalar_sub — スカラー値を減らす 説明 sodium_crypto_core_ristretto255_sc ... alar_sub ( string $x , string $y ): string x から スカラー値 y を減らします。 libsodium 1.0.18 以降で利用可能 ... 。引数のリストのみが 記述されています。 パラメータ x スカラー値。 X座標を表します。 y スカラー値。 Y座標を表しま ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-sub.h... - [similar]
スカラー値を縮小する 9890
« sodium_crypto_core_ristretto255_scalar_random sodium_crypto_core_ristretto255_scalar_sub » PHP ... Manual Sodium 関数 スカラー値を縮小する sodium_crypto_core_ristretto255_scala ... 0) sodium_crypto_core_ristretto255_scalar_reduce — スカラー値を縮小する 説明 sodium_crypto_core_ristretto255_ ... scalar_reduce ( string $s ): string スカラー値を縮小します。 libsodium 1.0.18 以降で利用可能で ... 。引数のリストのみが 記述されています。 パラメータ s スカラー値 戻り値 32バイト長のランダムな文字列を返します。 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-reduc... - [similar]
スカラー値を追加する 9780
« sodium_crypto_core_ristretto255_random sodium_crypto_core_ristretto255_scalar_complement » PHP ... Manual Sodium 関数 スカラー値を追加する sodium_crypto_core_ristretto255_scala ... .1.0) sodium_crypto_core_ristretto255_scalar_add — スカラー値を追加する 説明 sodium_crypto_core_ristretto255_ ... 。引数のリストのみが 記述されています。 パラメータ x スカラー値。 X座標を表します。 y スカラー値。 Y座標を表しま ... する sodium_crypto_core_ristretto255_scalar_sub() - スカラー値を減らす 関連キーワード: スカラー , 追加 , sodiu ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-add.h... - [similar]
Backed Enum の case が持つスカラー値を取得する 9780
« ReflectionEnumBackedCase::__construct ReflectionZendExtension » PHP Manual ReflectionEnumBacke ... dCase Backed Enum の case が持つスカラー値を取得する ReflectionEnumBackedCase::getBackingV ... dCase::getBackingValue — Backed Enum の case が持つスカラー値を取得する 説明 public ReflectionEnumBackedCase: ... ngValue (): int | string Backed Enum の case が持つスカラー値を取得します。 パラメータ この関数にはパラメータ ... はありません。 戻り値 この列挙型の case が持つスカラーの値を返します。 例 例1 ReflectionEnum::getBacking ...
https://man.plustar.jp/php/reflectionenumbackedcase.getbackingvalue.html - [similar]
結果セット内の行を表す、カラムをプロパティとするオブジェクトを返す 9752
« db2_fetch_both db2_fetch_row » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラムをプロパテ ... トのプロパティも同じようになります。 SELECT 文の中でスカラ関数をコールすることでカラムの値を変更している場合、 ... します。 例 例1 db2_fetch_object() の例 次の例では、スカラ関数 RTRIM を使用した SELECT 文を発行します。 この関 ...
https://man.plustar.jp/php/function.db2-fetch-object.html - [similar]
スカラー値を反転させる 9393
« sodium_crypto_core_ristretto255_scalar_complement sodium_crypto_core_ristretto255_scalar_mul » ... PHP Manual Sodium 関数 スカラー値を反転させる sodium_crypto_core_ristretto255_sca ... 0) sodium_crypto_core_ristretto255_scalar_invert — スカラー値を反転させる 説明 sodium_crypto_core_ristretto25 ... 5_scalar_invert ( string $s ): string スカラー値を反転させます。 libsodium 1.0.18 以降で利用可能 ... 。引数のリストのみが 記述されています。 パラメータ s スカラー値。 戻り値 32バイトのランダムな文字列を返します。 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-inver... - [similar]
スカラー値の論理否定を行う 9393
« sodium_crypto_core_ristretto255_scalar_mul sodium_crypto_core_ristretto255_scalar_random » PHP ... Manual Sodium 関数 スカラー値の論理否定を行う sodium_crypto_core_ristretto255 ... 0) sodium_crypto_core_ristretto255_scalar_negate — スカラー値の論理否定を行う 説明 sodium_crypto_core_ristret ... to255_scalar_negate ( string $s ): string スカラー値の論理否定演算を行います。 libsodium 1.0.18 以降 ... 。引数のリストのみが 記述されています。 パラメータ s スカラー値。 戻り値 32バイト長のランダムな文字列を返します ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-negat... - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT