検索

phrase: max: clip:
target: order:
Results of 31 - 38 of about 38 for getValue (0.103 sec.)
ReflectionProperty クラス 6478
« ReflectionParameter::__toString ReflectionProperty::__clone » PHP Manual リフレクション Reflec ... string public getType (): ? ReflectionType public getValue ( ? object $object = null ): mixed public hasDefau ... ype — プロパティの型を取得する ReflectionProperty::getValue — 値を取得する ReflectionProperty::hasDefaultValue ...
https://man.plustar.jp/php/class.reflectionproperty.html - [similar]
プロパティ名を取得する 6478
« ReflectionProperty::getModifiers ReflectionProperty::getType » PHP Manual ReflectionProperty プ ... ロパティの名前を返します。 参考 ReflectionProperty::getValue() - 値を取得する 関連キーワード: 取得 , Reflection ...
https://man.plustar.jp/php/reflectionproperty.getname.html - [similar]
列挙型の特定の case を返す 6226
« ReflectionEnum::getBackingType ReflectionEnum::getCases » PHP Manual ReflectionEnum 列挙型の特 ... rEnum -> getCase ( 'Clubs' ); var_dump ( $rCase -> getValue ()); ?> 上の例の出力は以下となります。 enum(Suit:: ...
https://man.plustar.jp/php/reflectionenum.getcase.html - [similar]
デフォルトプロパティであるかどうかを調べる 6226
« ReflectionProperty::hasType ReflectionProperty::isInitialized » PHP Manual ReflectionProperty ... す。 bool(true) bool(false) 参考 ReflectionProperty::getValue() - 値を取得する 関連キーワード: ReflectionPropert ...
https://man.plustar.jp/php/reflectionproperty.isdefault.html - [similar]
リフレクション 6132
« unregister_tick_function はじめに » PHP Manual 変数・データ型関連 リフレクション リフレクション ... etName — 定数名を取得する ReflectionClassConstant::getValue — 値を取得する ReflectionClassConstant::isFinal — ... ションオブジェクトを取得する ReflectionEnumUnitCase::getValue — このリフレクションオブジェクトが表す case オブジ ... ype — プロパティの型を取得する ReflectionProperty::getValue — 値を取得する ReflectionProperty::hasDefaultValue ...
https://man.plustar.jp/php/book.reflection.html - [similar]
列挙型の全ての case を返す 6132
« ReflectionEnum::getCase ReflectionEnum::hasCase » PHP Manual ReflectionEnum 列挙型の全ての cas ... oreach ( $cases as $rCase ) { var_dump ( $rCase -> getValue ()); } ?> 上の例の出力は以下となります。 enum(Suit ...
https://man.plustar.jp/php/reflectionenum.getcases.html - [similar]
プロパティのドキュメントコメントを取得する 6053
« ReflectionProperty::getDefaultValue ReflectionProperty::getModifiers » PHP Manual ReflectionPr ... ame() - プロパティ名を取得する ReflectionProperty::getValue() - 値を取得する 関連キーワード: コメント , 取得 , ...
https://man.plustar.jp/php/reflectionproperty.getdoccomment.html - [similar]
デフォルト値が宣言されているかをチェックする 6053
« ReflectionProperty::getValue ReflectionProperty::hasType » PHP Manual ReflectionProperty デフォ ...
https://man.plustar.jp/php/reflectionproperty.hasdefaultvalue.html - [similar]
PREV 1 2 3 4 NEXT