検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 653 for static (0.067 sec.)
Size Coercion 4281
« UI\Point UI\Point::__construct » PHP Manual UI\Point Size Coercion UI\Point::at (UI 1.0.2) UI\ ... Point::at — Size Coercion 説明 public static UI\Point::at ( float $point ): UI\Point public sta ... 関連キーワード: Point , Size , Coercion , public , static , float , size , either , convert , パラメータ ...
https://man.plustar.jp/php/ui-point.at.html - [similar]
Point Coercion 4281
« UI\Size::getWidth UI\Size::setHeight » PHP Manual UI\Size Point Coercion UI\Size::of (UI 1.0.2 ... ) UI\Size::of — Point Coercion 説明 public static UI\Size::of ( float $size ): UI\Size public static ... 関連キーワード: Size , Point , Coercion , public , static , float , size , width , height , supplied ...
https://man.plustar.jp/php/ui-size.of.html - [similar]
Add Constant 4252
« Componere\Definition::__construct Componere\Definition::addProperty » PHP Manual Componere\Def ... e Value for the constant, must not be undefined or static 戻り値 The current Definition Exceptions 警告 Shal ... tant 警告 Shall throw RuntimeException if value is static 警告 Shall throw RuntimeException if value is unde ... , RuntimeException , throw , 警告 , addConstant , static ...
https://man.plustar.jp/php/componere-definition.addconstant.html - [similar]
修飾子の名前を取得する 4252
« Reflection::export ReflectionClass » PHP Manual Reflection 修飾子の名前を取得する Reflection:: ... ModifierNames — 修飾子の名前を取得する 説明 public static Reflection::getModifierNames ( int $modifiers ): a ... ierNames() の例 <?php class Testing { final public static function foo () { return; } public function bar () ... ます。 Modifiers for method foo(): 261 final public static Modifiers for method bar(): 65792 public 参考 Refl ... , getModifierNames , public , modifiers , クラス , static ...
https://man.plustar.jp/php/reflection.getmodifiernames.html - [similar]
ReflectionProperty クラス 4194
« ReflectionParameter::__toString ReflectionProperty::__clone » PHP Manual リフレクション Reflec ... rty implements Reflector { /* 定数 */ const int IS_STATIC = 16 ; const int IS_PUBLIC = 1 ; const int IS_PROT ... string $property ) private __clone (): void public static export ( mixed $class , string $name , bool $retur ... ublic (): bool public isReadOnly (): bool public isStatic (): bool public setAccessible ( bool $accessible ) ... ReflectionProperty の修飾子 ReflectionProperty::IS_STATIC static プロパティを示します。 PHP 7.4.0 より前のバ ...
https://man.plustar.jp/php/class.reflectionproperty.html - [similar]
Creates two buffer events connected to each other 4194
« EventBufferEvent::__construct EventBufferEvent::disable » PHP Manual EventBufferEvent Creates ... buffer events connected to each other 説明 public static EventBufferEvent::createPair ( EventBase $base , i ... 更履歴 バージョン 説明 PECL event 1.9.0 Method made static. 関連キーワード: each , EventBufferEvent , Creates ... buffer , array , createPair , objects , Returns , static ...
https://man.plustar.jp/php/eventbufferevent.createpair.html - [similar]
メソッドの配列を取得する 4194
« ReflectionClass::getMethod ReflectionClass::getModifiers » PHP Manual ReflectionClass メソッド ... ルトは、何もフィルタしません。 ReflectionMethod::IS_STATIC 、 ReflectionMethod::IS_PUBLIC 、 ReflectionMethod ... は期待通りの挙動にはなりません。 つまり、たとえば static ではないメソッドをすべて取得するなどといったことは ... nal protected function secondMethod () { } private static function thirdMethod () { } } $class = new Reflect ... nal protected function secondMethod () { } private static function thirdMethod () { } } $class = new Reflect ...
https://man.plustar.jp/php/reflectionclass.getmethods.html - [similar]
プロパティ 4166
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... とつのキーワード (たとえば アクセス権 のキーワード、 static キーワード 、 PHP 8.1.0 以降のみ readonly ) のあと ... として宣言したとみなされます。 クラスのメソッドからstatic でないプロパティにアクセスするには -> (オブジェクト ... す ( property のところにプロパティ名を指定します)。 staticプロパティへのアクセスには :: (ダブルコロン) を使って ... self::$property のようにします。 staticプロパティとそうでないプロパティの違いについては、 s ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
指定したオブジェクトのプロパティを取得する 4137
« get_mangled_object_vars get_parent_class » PHP Manual クラス/オブジェクト関数 指定したオブジェ ... object について、 そのスコープ内でアクセス可能な非 static プロパティを取得します。 パラメータ object オブジェ ... object について、 そのスコープ内でアクセス可能な非 static プロパティを連想配列として返します。 例 例1 get_ob ... vate $a ; public $b = 1 ; public $c ; private $d ; static $e ; public function test () { var_dump ( get_obje ... rs , 指定 , クラス , array , アクセス , スコープ , static , int ...
https://man.plustar.jp/php/function.get-object-vars.html - [similar]
クラスをエクスポートする 4137
« ReflectionClass::__construct ReflectionClass::getAttributes » PHP Manual ReflectionClass クラス ... この関数に頼らないことを強く推奨します。 説明 public static ReflectionClass::export ( mixed $argument , bool $ ... le ] { @@ php shell code 1-8 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Prop ... ラス , export , public , return , Property , 関数 , Static , default , shell ...
https://man.plustar.jp/php/reflectionclass.export.html - [similar]