検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 2925 for (0.014 sec.)
列挙型とメソッド 4511
« 値に依存した挙型(Backed Enum) 挙型と static メソッド » PHP Manual 挙型(Enum) 挙型とメソ ... ッド 挙型とメソッド 挙型では、(Pure Enum と Backed Enum ... ますし、 インターフェイスを実装することもできます。 挙型がインターフェイスを実装する場合、 そのインターフ ... ェイスでの型チェックは、 実装した挙型の全ての case で有効です。 <?php interface Color ... と Black の値を持ち、 それらを返す SuitColor という挙型を定義する方が、 より良いデータモデリングのプラク ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
定数式における列挙型の値 4442
« トレイト オブジェクトとの違い » PHP Manual 挙型(Enum) 定数式における挙型の値 定数式における ... 挙型の値 挙型の case は、定数として表現されているので、 ほとん ... 値、 グローバル定数やクラス定数の値として使えます。 挙型の case 以外の値は使えませんが、 通常の定数は、 ... 挙型の case を参照できます。 しかしながら、挙型の中で ArrayAccess のような暗黙のマジックメソッド ... 操作として扱われます。 <?php // これは、完全に正しい挙型の定義です enum Direction implements ArrayAccess ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]
列挙型が case を持つかを調べる 4442
« ReflectionEnum::getCases ReflectionEnum::isBacked » PHP Manual ReflectionEnum 挙型が case を ... hasCase (PHP 8 >= 8.1.0) ReflectionEnum::hasCase — 挙型が case を持つかを調べる 説明 public ReflectionE ... ::hasCase ( string $name ): bool 指定された case が挙型に定義されているかを判定します。 パラメータ name ... の出力は以下となります。 bool(true) bool(false) 参考 挙型(Enum) ReflectionEnum::getCase() - 挙型の特定の ... case を返す ReflectionEnum::getCases() - 挙型の全ての case を返す 関連キーワード: case , Refl ...
https://man.plustar.jp/php/reflectionenum.hascase.html - [similar]
列挙型をシリアライズする 4165
« 値のリスト 例 » PHP Manual 挙型(Enum) 挙型をシリアライズする 挙型をシリアライズする ... ブジェクトとは違う形でシリアライズされます。 特別に、挙型には case 名を指定する新しいシリアライズコード " ... uit:Hearts"; ?> デシリアライズする際に、 マッチする挙型と case がシリアライズした値に見つからなかった場 ... ライドすることで上書きできます。 print_r() 向けに、 挙型の case の出力はオブジェクトと少し違う形式になっ ...
https://man.plustar.jp/php/language.enumerations.serialization.html - [similar]
スタックトレースを文字列として取得する 4063
« Error::getTrace Error::__toString » PHP Manual Error スタックトレースを文字として取得する Er ... 8) Error::getTraceAsString — スタックトレースを文字として取得する 説明 final public Error::getTraceAsSt ... ring (): string スタックトレースを文字として返します パラメータ この関数にはパラメータはあ ... りません。 戻り値 スタックトレースを文字として返します 例 例1 Error::getTraceAsString() の例 ... owable::getTraceAsString() - スタックトレースを文字として取得する 関連キーワード: 取得 , getTraceAsStri ...
https://man.plustar.jp/php/error.gettraceasstring.html - [similar]
SQL 文が返す SQLSTATE を含む文字列を返す 3994
« db2_statistics db2_stmt_errormsg » PHP Manual IBM DB2 関数 SQL 文が返す SQLSTATE を含む文字... ) db2_stmt_error — SQL 文が返す SQLSTATE を含む文字を返す 説明 db2_stmt_error ( resource $stmt = ? ): s ... tring SQL 文が返す SQLSTATE を含む文字を返します。 db2_stmt_error() の引数にステートメント ... なステートメントリソース。 戻り値 SQLSTATE を含む文字を返します。 参考 db2_conn_error() - 直近の接続から返 ... された SQLSTATE を含む文字を返す db2_conn_errormsg() - 直近の接続エラーメッセー ...
https://man.plustar.jp/php/function.db2-stmt-error.html - [similar]
文字列が汚染されているかどうかを調べる 3994
« Taint 関数 taint » PHP Manual Taint 関数 文字が汚染されているかどうかを調べる is_tainted (PE ... CL taint >=0.1.0) is_tainted — 文字が汚染されているかどうかを調べる 説明 is_tainted ( s ... tring $string ): bool 文字が汚染されているかどうかを調べます。 パラメータ stri ... ng 戻り値 文字が汚染されている場合に TRUE、それ以外の場合に FALSE ...
https://man.plustar.jp/php/function.is-tainted.html - [similar]
秘密鍵と nonce を、疑似ランダムなバイト列の鍵ストリームに展開する 3994
« sodium_crypto_stream_xchacha20_xor sodium_crypto_stream_xor » PHP Manual Sodium 関数 秘密鍵と ... nonce を、疑似ランダムなバイトの鍵ストリームに展開する sodium_crypto_stream_xchach ... xchacha20 — 秘密鍵と nonce を、疑似ランダムなバイトの鍵ストリームに展開する 説明 sodium_crypto_stream_x ... $key ): string key と nonce を 疑似ランダムなバイトの鍵ストリームに展開します。 パラメータ length バイト ... stream_xchacha20_xor() で使う、疑似ランダムなバイトのストリームを返します。 関連キーワード: nonce , バイ ...
https://man.plustar.jp/php/function.sodium-crypto-stream-xchacha20.html - [similar]
トレイト 3957
« 挙型と定数 定数式における挙型の値 » PHP Manual 挙型(Enum) トレイト トレイト 挙型ではト ... レイトを使えます。 挙型におけるトレイトは、クラスにおけるそれと同じ振る ... 舞いをします。 注意すべきことは、挙型で use されるトレイトには、プロパティが含まれてい ...
https://man.plustar.jp/php/language.enumerations.traits.html - [similar]
列挙型であるかどうかを返す 3957
« ReflectionClass::isCloneable ReflectionClass::isFinal » PHP Manual ReflectionClass 挙型である ... :isEnum (PHP 8 >= 8.1.0) ReflectionClass::isEnum — 挙型であるかどうかを返す 説明 public ReflectionClass ... ::isEnum (): bool このクラスが、 挙型(Enum) かどうかを調べます。 パラメータ この関数に ... はパラメータはありません。 戻り値 このクラスが 挙型(Enum) の場合に true を返します。 そうでない場合 ...
https://man.plustar.jp/php/reflectionclass.isenum.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT