検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 242 for implements (0.007 sec.)
Compose a class 5815
« uopz_backup uopz_copy » PHP Manual Uopz 関数 Compose a class uopz_compose (PECL uopz 1, PECL u ... ): void Creates a new class of the given name that implements, extends, or uses all of the provided classes パラ ... ::class), class_parents ( Composed ::class), class_implements ( Composed ::class)); ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/function.uopz-compose.html - [similar]
実行時にインターフェイスを実装させる 5815
« uopz_get_static uopz_overload » PHP Manual Uopz 関数 実行時にインターフェイスを実装させる uopz ... おり、 かつ class のエントリが変更不能な場合、 uopz_implements() 関数は RuntimeException をスローするようになりま ... ss ::class, myInterface ::class); var_dump ( class_implements ( myClass ::class)); ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/function.uopz-implement.html - [similar]
The Queue class 5724
« Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue cl ... at order, destructively. クラス概要 class Ds\Queue implements Ds\Collection , ArrayAccess { /* Constants */ cons ... 変更履歴 バージョン 説明 PECL ds 1.3.0 The class now implements ArrayAccess . 目次 Ds\Queue::allocate — Allocates ...
https://man.plustar.jp/php/class.ds-queue.html - [similar]
The MongoDB\BSON\Int64 class 5724
« MongoDB\BSON\DBPointer::unserialize MongoDB\BSON\Int64::__construct » PHP Manual MongoDB\BSON ... eration. クラス概要 final class MongoDB\BSON\Int64 implements MongoDB\BSON\Type , Serializable , JsonSerializabl ... oid } 変更履歴 バージョン 説明 PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+. 目次 MongoDB\BSON\Int64:: ...
https://man.plustar.jp/php/class.mongodb-bson-int64.html - [similar]
The MongoDB\Driver\ReadConcern class 5724
« MongoDB\Driver\ReadPreference::unserialize MongoDB\Driver\ReadConcern::bsonSerialize » PHP Man ... クラス概要 final class MongoDB\Driver\ReadConcern implements MongoDB\BSON\Serializable , Serializable { /* Cons ... ReadConcern::SNAPSHOT constant. PECL mongodb 1.7.0 Implements Serializable . PECL mongodb 1.4.0 Added the MongoD ... MongoDB\Driver\ReadConcern::LINEARIZABLE constant. Implements MongoDB\BSON\Serializable . 参考 » Read Concern re ...
https://man.plustar.jp/php/class.mongodb-driver-readconcern.html - [similar]
宣言されている全てのインターフェイスの配列を返す 5643
« get_declared_classes get_declared_traits » PHP Manual クラス/オブジェクト関数 宣言されている全 ... ses() - 定義済のクラスの名前を配列として返す class_implements() - 与えられたクラスあるいはインターフェイスが実装 ... classes , 関数 , パラメータ , RecursiveIterator , implements ...
https://man.plustar.jp/php/function.get-declared-interfaces.html - [similar]
列挙型とメソッド 5643
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソ ... l { public function color (): string ; } enum Suit implements Colorful { case Hearts ; case Diamonds ; case Club ... c function color (): string ; } enum Suit : string implements Colorful { case Hearts = 'H' ; case Diamonds = 'D' ... lic function color (): string ; } final class Suit implements UnitEnum , Colorful { public const Hearts = new se ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
Deserialization from BSON 5643
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserial ... fined by the __pclass property. If the named class implements the MongoDB\BSON\Persistable interface, then the p ... has a __pclass property and that class exists and implements MongoDB\BSON\Persistable it will supersede the cla ... h does not implement any interface YourClass which implements MongoDB\BSON\Unserializable OurClass which impleme ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
配列または Countable オブジェクトに含まれるすべての要素の数を数える 5552
« compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素 ... nt(): Parameter must be an array or an object that implements Countable in … on line 12 int(0) Warning: count(): ... Parameter must be an array or an object that implements Countable in … on line 14 int(1) 上の例の PHP 8 で ... ntable オブジェクトの例 <?php class CountOfMethods implements Countable { private function someMethod () { } pub ...
https://man.plustar.jp/php/function.count.html - [similar]
インターフェイスが宣言されているかどうかを確認する 5552
« get_parent_class is_a » PHP Manual クラス/オブジェクト関数 インターフェイスが宣言されているかど ... nterface_exists ( 'MyInterface' )) { class MyClass implements MyInterface { // メソッド } } ?> 参考 get_declared ... 言されている全てのインターフェイスの配列を返す class_implements() - 与えられたクラスあるいはインターフェイスが実装 ...
https://man.plustar.jp/php/function.interface-exists.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT