検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1190 for CLASS (0.010 sec.)
Menu 3873
« UI\Control::show UI\Menu::append » PHP Manual UI Menu Menu (UI 0.9.9) はじめに Menus must be c ... Window, and can be shown on any Window クラス概要 class UI\Menu { /* Constructor */ public __construct ( s ... ppend ( string $name , string $type = UI\MenuItem::class ): UI\MenuItem public appendAbout ( string $type = ... UI\MenuItem::class ): UI\MenuItem public appendCheck ( string $name , ... string $type = UI\MenuItem::class ): UI\MenuItem public appendPreferences ( string $ ...
https://man.plustar.jp/php/class.ui-menu.html - [similar]
BSON type classes and serialization functions 3849
« MongoDB\Driver\WriteResult::isAcknowledged 関数 » PHP Manual MongoDB BSON type classes and ser ... ialization functions BSON type classes and serialization functions 関数 MongoDB\BSON\fr ... alue MongoDB\BSON\Binary — The MongoDB\BSON\Binary class MongoDB\BSON\Binary::__construct — Construct a new ... goDB\BSON\Decimal128 — The MongoDB\BSON\Decimal128 class MongoDB\BSON\Decimal128::__construct — Construct a ... goDB\BSON\Javascript — The MongoDB\BSON\Javascript class MongoDB\BSON\Javascript::__construct — Construct a ...
https://man.plustar.jp/php/book.bson.html - [similar]
The MongoDB\Driver\Query class 3849
« MongoDB\Driver\Command::__construct MongoDB\Driver\Query::__construct » PHP Manual MongoDB\Dri ... ver The MongoDB\Driver\Query class The MongoDB\Driver\Query class (mongodb >=1.0.0) は ... じめに The MongoDB\Driver\Query class is a value object that represents a database query ... . クラス概要 final class MongoDB\Driver\Query { /* メソッド */ final public ...
https://man.plustar.jp/php/class.mongodb-driver-query.html - [similar]
Monitoring classes and subscriber functions 3849
« MongoDB\BSON\Undefined::unserialize 関数 » PHP Manual MongoDB Monitoring classes and subscribe ... r functions Monitoring classes and subscriber functions 関数 MongoDB\Driver\Mon ... — The MongoDB\Driver\Monitoring\CommandFailedEvent class MongoDB\Driver\Monitoring\CommandFailedEvent::getC ... The MongoDB\Driver\Monitoring\CommandStartedEvent class MongoDB\Driver\Monitoring\CommandStartedEvent::get ... he MongoDB\Driver\Monitoring\CommandSucceededEvent class MongoDB\Driver\Monitoring\CommandSucceededEvent::g ...
https://man.plustar.jp/php/mongodb.monitoring.html - [similar]
The MongoDB\Driver\Monitoring\TopologyClosedEvent class 3832
« MongoDB\Driver\Monitoring\TopologyChangedEvent::getTopologyId MongoDB\Driver\Monitoring\Topolo ... The MongoDB\Driver\Monitoring\TopologyClosedEvent class The MongoDB\Driver\Monitoring\TopologyClosedEvent ... The MongoDB\Driver\Monitoring\TopologyClosedEvent class encapsulates information about a closed topology. ... クラス概要 final class MongoDB\Driver\Monitoring\TopologyClosedEvent { /* ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-topologyclosedevent.h... - [similar]
The MongoDB\Driver\Monitoring\TopologyOpeningEvent class 3832
« MongoDB\Driver\Monitoring\TopologyClosedEvent::getTopologyId MongoDB\Driver\Monitoring\Topolog ... The MongoDB\Driver\Monitoring\TopologyOpeningEvent class The MongoDB\Driver\Monitoring\TopologyOpeningEvent ... class (mongodb >=1.13.0) はじめに The MongoDB\Driver\Mon ... itoring\TopologyOpeningEvent class encapsulates information about an opened topology. ... クラス概要 final class MongoDB\Driver\Monitoring\TopologyOpeningEvent { / ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-topologyopeningevent.... - [similar]
The Parle\ErrorInfo class 3832
« Parle\Token Parle\LexerException » PHP Manual Parle The Parle\ErrorInfo class The Parle\ErrorI ... nfo class (PECL parle >= 0.5.2) はじめに The class represent ... s supplied by Parle\Parser::errorInfo() クラス概要 class Parle\ErrorInfo { /* プロパティ */ public int $ id ...
https://man.plustar.jp/php/class.parle-errorinfo.html - [similar]
共変性と反変性 3832
« オブジェクトのシリアライズ 変更履歴 » PHP Manual クラスとオブジェクト 共変性と反変性 共変性と反 ... ラス Cat と Dog に継承されています。 <?php abstract class Animal { protected string $name ; public function ... e = $name ; } abstract public function speak (); } class Dog extends Animal { public function speak () { ec ... ho $this -> name . " barks" ; } } class Cat extends Animal { public function speak () { ec ... public function adopt ( string $name ): Animal ; } class CatShelter implements AnimalShelter { public funct ...
https://man.plustar.jp/php/language.oop5.variance.html - [similar]
The XMLDiff\Base class 3809
« インストール手順 XMLDiff\Base::__construct » PHP Manual XMLDiff The XMLDiff\Base class The XML ... Diff\Base class (PECL xmldiff >= 0.8.0) はじめに Base abstract cla ... ss for all the comparsion classes in the extension. クラス概要 class XMLDiff\Base ...
https://man.plustar.jp/php/class.xmldiff-base.html - [similar]
Rename a function at runtime 3786
« uopz_redefine uopz_restore » PHP Manual Uopz 関数 Rename a function at runtime uopz_rename (PE ... ion , string $rename ): void uopz_rename ( string $class , string $function , string $rename ): void Rename ... ist, this effectively swaps their names パラメータ class The name of the class containing the function func ... 上の例の出力は以下となります。 11 例2 uopz_rename() class example <?php class My { public function strlen ( ... ) { return strlen ( $arg ); } } uopz_rename ( My ::class, "strlen" , "original_strlen" ); echo My :: origin ...
https://man.plustar.jp/php/function.uopz-rename.html - [similar]