検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 139 for [SIMILAR] 16 1024 4096 WITH 35559 createfunction... (0.203 sec.)
スカラー型の値を列挙型にマップする 0
« BackedEnum BackedEnum::tryFrom » PHP Manual BackedEnum スカラー型の値を列挙型にマップする BackedEnum::from (PHP 8 >= 8.1.0) BackedEnum::from — スカラー型の値を列挙型にマップする 説明 public static BackedEnum::from ( int | string $value ): static from() メソッドは 文字列型や整数型の値を ...
https://man.plustar.jp/php/backedenum.from.html - [similar]
スカラー型の値を列挙型にマップするか、null を返す 0
« BackedEnum::from コンテキストオプションとパラメータ » PHP Manual BackedEnum スカラー型の値を列挙型にマップするか、null を返す BackedEnum::tryFrom (PHP 8 >= 8.1.0) BackedEnum::tryFrom — スカラー型の値を列挙型にマップするか、 null を返す 説明 public static BackedEnum::tryFrom ( int | str ...
https://man.plustar.jp/php/backedenum.tryfrom.html - [similar]
内部的な zval を表す文字列をダンプする 0
« boolval doubleval » PHP Manual 変数操作 関数 内部的な zval を表す文字列をダンプする debug_zval_dump (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) debug_zval_dump — 内部的な zval を表す文字列をダンプする 説明 debug_zval_dump ( mixed $value , mixed ...$values ): void 内部的な zval (Zend の値) を ...
https://man.plustar.jp/php/function.debug-zval-dump.html - [similar]
共有シークレットを計算する 0
« sodium_crypto_scalarmult_ristretto255_base sodium_crypto_scalarmult » PHP Manual Sodium 関数 共有シークレットを計算する sodium_crypto_scalarmult_ristretto255 (PHP 8 >= 8.1.1) sodium_crypto_scalarmult_ristretto255 — 共有シークレットを計算する 説明 sodium_crypto_scalarmult_ristretto255 ( ...
https://man.plustar.jp/php/function.sodium-crypto-scalarmult-ristretto255.html - [similar]
BackedEnum インターフェイス 0
« UnitEnum::cases BackedEnum::from » PHP Manual 定義済みのインターフェイスとクラス BackedEnum インターフェイス BackedEnum インターフェイス (PHP 8 >= 8.1.0) はじめに BackedEnum インターフェイスは、 Backed Enum を定義すると、PHP のエンジンが自動的に適用します。 ユーザー定義のクラスとして実 ...
https://man.plustar.jp/php/class.backedenum.html - [similar]
構文 0
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
列挙型が Backed Enum かを調べる 0
« ReflectionEnum::hasCase ReflectionEnumUnitCase » PHP Manual ReflectionEnum 列挙型が Backed Enum かを調べる ReflectionEnum::isBacked (PHP 8 >= 8.1.0) ReflectionEnum::isBacked — 列挙型が Backed Enum かを調べる 説明 public ReflectionEnum::isBacked (): bool Backed Enum は、 ネイティブのスカ ...
https://man.plustar.jp/php/reflectionenum.isbacked.html - [similar]
ランダムな鍵を生成する 0
« sodium_crypto_core_ristretto255_scalar_negate sodium_crypto_core_ristretto255_scalar_reduce » PHP Manual Sodium 関数 ランダムな鍵を生成する sodium_crypto_core_ristretto255_scalar_random (PHP 8 >= 8.1.0) sodium_crypto_core_ristretto255_scalar_random — ランダムな鍵を生成する 説明 sodium_ ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-rando... - [similar]
直近で失敗した SQLite リクエストについての英文テキストの説明を返す 0
« SQLite3::lastErrorCode SQLite3::lastInsertRowID » PHP Manual SQLite3 直近で失敗した SQLite リクエストについての英文テキストの説明を返す SQLite3::lastErrorMsg (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::lastErrorMsg — 直近で失敗した SQLite リクエストについての英文テキストの説明を返す 説明 p ...
https://man.plustar.jp/php/sqlite3.lasterrormsg.html - [similar]
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT