検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 38 for getValue (0.008 sec.)
リファレンスを返す 7311
« リファレンス渡し リファレンスの解除 » PHP Manual リファレンスの説明 リファレンスを返す リファレ ... class foo { public $value = 42 ; public function & getValue () { return $this -> value ; } } $obj = new foo ; ... $myValue = & $obj -> getValue (); // $myValue は $obj->value へのリファレンス、つ ... の新しい値である 2 を表示します ?> この例では、関数 getValue により返された オブジェクトのプロパティが、設定され ...
https://man.plustar.jp/php/language.references.return.html - [similar]
プロパティの型を取得する 7311
« ReflectionProperty::getName ReflectionProperty::getValue » PHP Manual ReflectionProperty プロパ ... ReflectionType , チェック , パラメータ , public , getValue , 関数 ...
https://man.plustar.jp/php/reflectionproperty.gettype.html - [similar]
クロージャを束縛して呼び出す 7232
« Closure::bindTo Closure::fromCallable » PHP Manual Closure クロージャを束縛して呼び出す Closur ... ue ) { $this -> value = $value ; } public function getValue () { return $this -> value ; } } $three = new Valu ... losure = function ( $delta ) { var_dump ( $this -> getValue () + $delta ); }; $closure -> call ( $three , 4 ); ...
https://man.plustar.jp/php/closure.call.html - [similar]
プロパティがコンストラクタの引数から昇格したものかを調べる 7060
« ReflectionProperty::isPrivate ReflectionProperty::isProtected » PHP Manual ReflectionProperty ... 初期化されているかをチェックする ReflectionProperty::getValue() - 値を取得する 関連キーワード: ReflectionPropert ... , isPromoted , パラメータ , デフォルトプロパティ , getValue , チェック , 初期 , isInitialized ...
https://man.plustar.jp/php/reflectionproperty.ispromoted.html - [similar]
プロパティのアクセス範囲を設定する 7060
« ReflectionProperty::isStatic ReflectionProperty::setValue » PHP Manual ReflectionProperty プロ ... ble ( bool $accessible ): void ReflectionProperty::getValue() や ReflectionProperty::setValue() メソッド経由で ... ( true ); $obj = new MyClass (); echo $property -> getValue ( $obj ); echo $obj -> foo ; ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/reflectionproperty.setaccessible.html - [similar]
プロパティの値を設定する 6887
« ReflectionProperty::setAccessible ReflectionProperty::__toString » PHP Manual ReflectionProper ... oo , 'foobar' ); var_dump ( $reflectionProperty -> getValue ( $foo )); ?> 上の例の出力は以下となります。 strin ... "bar" string(6) "foobar" 参考 ReflectionProperty::getValue() - 値を取得する ReflectionProperty::setAccessible ...
https://man.plustar.jp/php/reflectionproperty.setvalue.html - [similar]
ReflectionClassConstant クラス 6635
« ReflectionClass::__toString ReflectionClassConstant::__construct » PHP Manual リフレクション R ... Modifiers (): int public getName (): string public getValue (): mixed public isFinal (): bool public isPrivate ... etName — 定数名を取得する ReflectionClassConstant::getValue — 値を取得する ReflectionClassConstant::isFinal — ...
https://man.plustar.jp/php/class.reflectionclassconstant.html - [similar]
Construct a new Slider 6635
« UI\Controls\Slider UI\Controls\Slider::getValue » PHP Manual UI\Controls\Slider Construct a ne ...
https://man.plustar.jp/php/ui-controls-slider.construct.html - [similar]
パラメータ名を取得する 6556
« ReflectionParameter::getDefaultValueConstantName ReflectionParameter::getPosition » PHP Manual ... パラメータ名を返します。 参考 ReflectionParameter::getValue() 関連キーワード: パラメータ , 取得 , ReflectionPa ...
https://man.plustar.jp/php/reflectionparameter.getname.html - [similar]
UI 6478
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/ ... construct — Construct a new Spin UI\Controls\Spin::getValueGet Value UI\Controls\Spin::onChange — Change Ha ... truct — Construct a new Slider UI\Controls\Slider::getValueGet Value UI\Controls\Slider::onChange — Change ... \Progress — Progress Control UI\Controls\Progress::getValueGet Value UI\Controls\Progress::setValue — Set V ...
https://man.plustar.jp/php/book.ui.html - [similar]
PREV 1 2 3 4 NEXT