検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 587 for [SIMILAR] 16 1024 4096 WITH 74039 reflectionprop... (0.796 sec.)
DOMNodeList クラス 0
« DOMNode::replaceChild DOMNodeList::count » PHP Manual DOM DOMNodeList クラス DOMNodeList クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMNodeList implements IteratorAggregate , Countable { /* プロパティ */ public readonly int $ length ; /* メソッド */ public count (): int public item ...
https://man.plustar.jp/php/class.domnodelist.html - [similar]
DOMText クラス 0
« DOMProcessingInstruction::__construct DOMText::__construct » PHP Manual DOM DOMText クラス DOMText クラス (PHP 5, PHP 7, PHP 8) はじめに DOMText クラスは DOMCharacterData を継承しており、 DOMElement あるいは DOMAttr の中身のテキストを表します。 クラス概要 class DOMText extends DOMChara ...
https://man.plustar.jp/php/class.domtext.html - [similar]
dotnet クラス 0
« com::__construct dotnet::__construct » PHP Manual COM dotnet クラス dotnet クラス (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) はじめに dotnet クラスにより、 クラスやメソッドが » COM に見えている場合 、 .Net アセンブリからクラスを生成して そのメソッドをコールしたりプロパティにアクセスしたりで ...
https://man.plustar.jp/php/class.dotnet.html - [similar]
The Pool class 0
« Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL pthreads >= 2.0.0) はじめに A Pool is a container for, and controller of, an adjustable number of Workers. Pooling provides a higher level abstraction of the Worker functionality, including t ...
https://man.plustar.jp/php/class.pool.html - [similar]
ReflectionZendExtension クラス 0
« ReflectionEnumBackedCase::getBackingValue ReflectionZendExtension::__clone » PHP Manual リフレクション ReflectionZendExtension クラス ReflectionZendExtension クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに クラス概要 class ReflectionZendExtension implements Reflector { /* プロパティ */ ...
https://man.plustar.jp/php/class.reflectionzendextension.html - [similar]
Control Form (Arrangement) 0
« UI\Controls\Picker::__construct UI\Controls\Form::append » PHP Manual UI Control Form (Arrangement) Control Form (Arrangement) (UI 0.9.9) はじめに A Form is a control which allows the arrangement of other controls into a familiar layout (the form). クラス概要 class UI\Controls\Form ext ...
https://man.plustar.jp/php/class.ui-controls-form.html - [similar]
Color Representation 0
« UI\Draw\Matrix::translate UI\Draw\Color::__construct » PHP Manual UI Color Representation Color Representation (UI 0.9.9) はじめに Represents RGBA colours, individual channels are accessible via public properties. クラス概要 class UI\Draw\Color { /* Constants */ const int Red ; const i ...
https://man.plustar.jp/php/class.ui-draw-color.html - [similar]
The Yac class 0
« 定義済み定数 Yac::add » PHP Manual Yac The Yac class The Yac class (PECL yac >= 1.0.0) はじめに クラス概要 class Yac { /* プロパティ */ protected $ _prefix ; /* メソッド */ public __construct ( string $prefix = "" ) public add ( string $keys , mixed $value , int $ttl = 0 ): bool public ...
https://man.plustar.jp/php/class.yac.html - [similar]
Yaf_Route_Rewrite クラス 0
« Yaf_Route_Regex::route Yaf_Route_Rewrite::assemble » PHP Manual Yaf Yaf_Route_Rewrite クラス Yaf_Route_Rewrite クラス (Yaf >=1.0.0) はじめに 使いかたについては、 Yaf_Route_Rewrite::__construct() のサンプルを参照ください。 クラス概要 class Yaf_Route_Rewrite extends Yaf_Route_Interface i ...
https://man.plustar.jp/php/class.yaf-route-rewrite.html - [similar]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]