検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 34 for ReflectionClassConstant (0.006 sec.)
ReflectionClassConstant クラス 10385
« ReflectionClass::__toString ReflectionClassConstant::__construct » PHP Manual リフレクション ReflectionClassConstant ... eflectionClassConstant クラス ReflectionClassConstant クラス (PHP 7 >= 7.1.0, PHP 8) はじめに Reflection ... ラス定数に関する情報を報告します。 クラス概要 class ReflectionClassConstant implements Reflector { /* 定数 */ const int IS_PUB ... eflectionException がスローされます。 定義済み定数 ReflectionClassConstant の修飾子 ReflectionClassConstant::IS_PUBLIC アクセ ... .4.0 より前のバージョンでは、この値は 256 でした。 ReflectionClassConstant::IS_PROTECTED アクセス権が protected であることを示 ...
https://man.plustar.jp/php/class.reflectionclassconstant.html - [similar]
ReflectionEnumUnitCase クラス 10145
« ReflectionEnum::isBacked ReflectionEnumUnitCase::__construct » PHP Manual リフレクション Refle ... ん。 クラス概要 class ReflectionEnumUnitCase extends ReflectionClassConstant { /* 継承した定数 */ const int ReflectionClassCons ... tant::IS_PUBLIC = 1 ; const int ReflectionClassConstant::IS_PROTECTED = 2 ; const int ReflectionClassConst ... (): UnitEnum /* 継承したメソッド */ public static ReflectionClassConstant::export ( mixed $class , string $name , bool $retu ... rn = ? ): string public ReflectionClassConstant::getAttributes ( ? string $name = null , int $flag ...
https://man.plustar.jp/php/class.reflectionenumunitcase.html - [similar]
ReflectionEnumBackedCase クラス 10113
« ReflectionEnumUnitCase::getValue ReflectionEnumBackedCase::__construct » PHP Manual リフレクシ ... lectionEnumUnitCase { /* 継承した定数 */ const int ReflectionClassConstant::IS_PUBLIC = 1 ; const int ReflectionClassConstant ... ::IS_PROTECTED = 2 ; const int ReflectionClassConstant::IS_PRIVATE = 4 ; /* 継承したプロパティ */ public ... nEnumUnitCase::getValue (): UnitEnum public static ReflectionClassConstant::export ( mixed $class , string $name , bool $retu ... rn = ? ): string public ReflectionClassConstant::getAttributes ( ? string $name = null , int $flag ...
https://man.plustar.jp/php/class.reflectionenumbackedcase.html - [similar]
ReflectionClassConstant オブジェクトの文字列表現を返す 10001
« ReflectionClassConstant::isPublic ReflectionEnum » PHP Manual ReflectionClassConstant ReflectionClassConstant ... onClassConstant オブジェクトの文字列表現を返す ReflectionClassConstant::__toString (PHP 7 >= 7.1.0, PHP 8) ReflectionClas ... sConstant::__toString — ReflectionClassConstant オブジェクトの文字列表現を返す 説明 public Reflect ... ionClassConstant::__toString (): string ReflectionClassConstant オブジェクトの文字列表現を返します。 パラメータ こ ... の関数にはパラメータはありません。 戻り値 この ReflectionClassConstant インスタンスの文字列表現を返します。 参考 Reflecti ...
https://man.plustar.jp/php/reflectionclassconstant.tostring.html - [similar]
ReflectionClassConstant を構築する 9938
« ReflectionClassConstant ReflectionClassConstant::export » PHP Manual ReflectionClassConstant ReflectionClassConstant ... eflectionClassConstant を構築する ReflectionClassConstant::__construct (PHP 7 >= 7.1.0, PHP 8) ReflectionCla ... ssConstant::__construct — ReflectionClassConstant を構築する 説明 public ReflectionClassConstant::__ ... object | string $class , string $constant ) 新しい ReflectionClassConstant を構築します。 パラメータ class リフレクションする ... をスローします。 参考 Constructors 関連キーワード: ReflectionClassConstant , 構築 , construct , クラス , constant , 定数 , st ...
https://man.plustar.jp/php/reflectionclassconstant.construct.html - [similar]
クラス定数が final かどうかを調べる 9762
« ReflectionClassConstant::getValue ReflectionClassConstant::isPrivate » PHP Manual ReflectionClassConstant ... assConstant クラス定数が final かどうかを調べる ReflectionClassConstant::isFinal (PHP 8 >= 8.1.0) ReflectionClassConstant: ... — クラス定数が final かどうかを調べる 説明 public ReflectionClassConstant::isFinal (): bool クラス定数が final かどうかを調べ ... 返します。 そうでない場合、 false を返します。 参考 ReflectionClassConstant::isPublic() - クラス定数が public かを調べる Refle ... stant::isPrivate() - クラス定数がprivateかを調べる ReflectionClassConstant::isProtected() - クラス定数が protected かを調べる ...
https://man.plustar.jp/php/reflectionclassconstant.isfinal.html - [similar]
クラス定数がprivateかを調べる 9762
« ReflectionClassConstant::isFinal ReflectionClassConstant::isProtected » PHP Manual ReflectionClassConstant ... lassConstant クラス定数がprivateかを調べる ReflectionClassConstant::isPrivate (PHP 7 >= 7.1.0, PHP 8) ReflectionClass ... rivate — クラス定数がprivateかを調べる 説明 public ReflectionClassConstant::isPrivate (): bool クラス定数がprivateかを調べます ... を返します。 そうでないなら false を返します。 参考 ReflectionClassConstant::isFinal() - クラス定数が final かどうかを調べる R ... stant::isPublic() - クラス定数が public かを調べる ReflectionClassConstant::isProtected() - クラス定数が protected かを調べる ...
https://man.plustar.jp/php/reflectionclassconstant.isprivate.html - [similar]
クラス定数が protected かを調べる 9762
« ReflectionClassConstant::isPrivate ReflectionClassConstant::isPublic » PHP Manual ReflectionClassConstant ... assConstant クラス定数が protected かを調べる ReflectionClassConstant::isProtected (PHP 7 >= 7.1.0, PHP 8) ReflectionCla ... ed — クラス定数が protected かを調べる 説明 public ReflectionClassConstant::isProtected (): bool クラス定数が protected かを調 ... を返します。 そうでなければ false を返します。 参考 ReflectionClassConstant::isFinal() - クラス定数が final かどうかを調べる R ... stant::isPublic() - クラス定数が public かを調べる ReflectionClassConstant::isPrivate() - クラス定数がprivateかを調べる 関連キ ...
https://man.plustar.jp/php/reflectionclassconstant.isprotected.html - [similar]
クラス定数が public かを調べる 9762
« ReflectionClassConstant::isProtected ReflectionClassConstant::__toString » PHP Manual ReflectionClassConstant ... onClassConstant クラス定数が public かを調べる ReflectionClassConstant::isPublic (PHP 7 >= 7.1.0, PHP 8) ReflectionClassC ... ublic — クラス定数が public かを調べる 説明 public ReflectionClassConstant::isPublic (): bool クラス定数が public かを調べます ... 返します。 そうでないなら、 false を返します。 参考 ReflectionClassConstant::isFinal() - クラス定数が final かどうかを調べる R ... stant::isPrivate() - クラス定数がprivateかを調べる ReflectionClassConstant::isProtected() - クラス定数が protected かを調べる ...
https://man.plustar.jp/php/reflectionclassconstant.ispublic.html - [similar]
クラス定数の ReflectionClassConstant を取得する 9330
« ReflectionClass::getProperty ReflectionClass::getReflectionConstants » PHP Manual ReflectionCl ... ass クラス定数の ReflectionClassConstant を取得する ReflectionClass::getReflectionConstant ... lectionClass::getReflectionConstant — クラス定数の ReflectionClassConstant を取得する 説明 public ReflectionClass::getReflect ... ionConstant ( string $name ): ReflectionClassConstant | false クラスのプロパティの ReflectionClassConsta ... 取得します。 パラメータ name クラス定数の名前 戻り値 ReflectionClassConstant を返します。 失敗した場合に false を返します 参考 ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstant.html - [similar]
PREV 1 2 3 4 NEXT