検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 75 for [SIMILAR] 16 1024 4096 WITH 21463 snmpget WITH 1... (0.221 sec.)
列挙型と定数 0
« 列挙型と static メソッド トレイト » PHP Manual 列挙型(Enum) 列挙型と定数 列挙型と定数 列挙型には定数も含めることができます。 定数には public, private, protected が指定できますが、 列挙型では実際 private と protected は同じものです。 なぜなら、継承が許されていないからです。 列挙型の定数 ...
https://man.plustar.jp/php/language.enumerations.constants.html - [similar]
列挙型であるかどうかを返す 0
« ReflectionClass::isCloneable ReflectionClass::isFinal » PHP Manual ReflectionClass 列挙型であるかどうかを返す ReflectionClass::isEnum (PHP 8 >= 8.1.0) ReflectionClass::isEnum — 列挙型であるかどうかを返す 説明 public ReflectionClass::isEnum (): bool このクラスが、 列挙型(Enum) かどうかを ...
https://man.plustar.jp/php/reflectionclass.isenum.html - [similar]
各ドキュメントの値に対してユーザー定義関数をコールする 0
« fdf_create fdf_errno » PHP Manual FDF 関数 各ドキュメントの値に対してユーザー定義関数をコールする fdf_enum_values (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN) fdf_enum_values — 各ドキュメントの値に対してユーザー定義関数をコールする 説明 fdf_enum_values ( resource $fdf_document , calla ...
https://man.plustar.jp/php/function.fdf-enum-values.html - [similar]
列挙型の基礎 0
« 列挙型の概要 値に依存した列挙型(Backed Enum) » PHP Manual 列挙型(Enum) 列挙型の基礎 列挙型の基礎 列挙型はクラスに似ていますし、 クラスやインターフェイス、トレイトと名前空間を共有します。 列挙型はオートローディングも可能です。 列挙型は新しい型を定義しますが、 固定の、限られた数の有効な値 ...
https://man.plustar.jp/php/language.enumerations.basics.html - [similar]
列挙型と static メソッド 0
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と static メソッド 列挙型は、static メソッドを持つこともできます。 列挙型で static メソッドを使う主な理由は、 コンストラクタの代わりをさせるためです。たとえば、以下のようなものです: <?php enum Size { ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]
トレイト 0
« 列挙型と定数 定数式における列挙型の値 » PHP Manual 列挙型(Enum) トレイト トレイト 列挙型ではトレイトを使えます。 列挙型におけるトレイトは、クラスにおけるそれと同じ振る舞いをします。 注意すべきことは、列挙型で use されるトレイトには、プロパティが含まれていてはいけないという点です。 use ...
https://man.plustar.jp/php/language.enumerations.traits.html - [similar]
このリフレクションオブジェクトが表す case オブジェクトを取得する 0
« ReflectionEnumUnitCase::getEnum ReflectionEnumBackedCase » PHP Manual ReflectionEnumUnitCase このリフレクションオブジェクトが表す case オブジェクトを取得する ReflectionEnumUnitCase::getValue (PHP 8 >= 8.1.0) ReflectionEnumUnitCase::getValue — このリフレクションオブジェクトが表す case オ ...
https://man.plustar.jp/php/reflectionenumunitcase.getvalue.html - [similar]
スカラー型の値を列挙型にマップする 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]
指定したオブジェクト ID に続く SNMP オブジェクトを取得する 0
« snmpget snmprealwalk » PHP Manual SNMP 関数 指定したオブジェクト ID に続く SNMP オブジェクトを取得する snmpgetnext (PHP 5, PHP 7, PHP 8) snmpgetnext — 指定したオブジェクト ID に続く SNMP オブジェクトを取得する 説明 snmpgetnext ( string $hostname , string $community , array | string $ob ...
https://man.plustar.jp/php/function.snmpgetnext.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]
PREV 1 2 3 4 5 6 7 8 NEXT