検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 242 for implements (0.002 sec.)
Serialization to BSON 11267
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... document . If an object is a supported class that implements MongoDB\BSON\Type , then use the BSON serializatio ... rivate properties. If an object is of a class that implements the MongoDB\BSON\Serializable interface, call Mong ... ception exception. If an object is of a class that implements the MongoDB\BSON\Persistable interface (which impl ... eese" ; } // => { "foo" : 42 } class AnotherClass1 implements MongoDB \ BSON \ Serializable { public $foo = 42 ; ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
与えられたクラスあるいはインターフェイスが実装しているインターフェイスを返す 11105
« SPL 関数 class_parents » PHP Manual SPL 関数 与えられたクラスあるいはインターフェイスが実装して ... いるインターフェイスを返す class_implements (PHP 5, PHP 7, PHP 8) class_implements — 与えられた ... イスが実装しているインターフェイスを返す 説明 class_implements ( object | string $object_or_class , bool $autoloa ... スが存在しない場合に false を返します。 例 例1 class_implements() の例 <?php interface foo { } class bar implement ... s foo {} print_r ( class_implements (new bar )); // パラメータを文字列として指定しても ...
https://man.plustar.jp/php/function.class-implements.html - [similar]
The MongoDB\BSON\UTCDateTime class 8886
« MongoDB\BSON\Timestamp::unserialize MongoDB\BSON\UTCDateTime::__construct » PHP Manual MongoDB ... 0. クラス概要 final class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\UTCDateTimeInterface , MongoDB\BSON\T ... oid } 変更履歴 バージョン 説明 PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+. PECL mongodb 1.3.0 Implem ... oDB\BSON\UTCDateTimeInterface . PECL mongodb 1.2.0 Implements Serializable and JsonSerializable . 目次 MongoDB\B ... presentation , unserialize , construct , Returns , Implements ...
https://man.plustar.jp/php/class.mongodb-bson-utcdatetime.html - [similar]
The MongoDB\BSON\Regex class 8794
« MongoDB\BSON\ObjectId::unserialize MongoDB\BSON\Regex::__construct » PHP Manual MongoDB\BSON T ... be used. クラス概要 final class MongoDB\BSON\Regex implements MongoDB\BSON\RegexInterface , MongoDB\BSON\Type , ... oid } 変更履歴 バージョン 説明 PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+. PECL mongodb 1.3.0 Implem ... s MongoDB\BSON\RegexInterface . PECL mongodb 1.2.0 Implements Serializable and JsonSerializable . 目次 MongoDB\B ... , string , public , Returns , flags , construct , Implements , pattern ...
https://man.plustar.jp/php/class.mongodb-bson-regex.html - [similar]
The MongoDB\BSON\Javascript class 8622
« MongoDB\BSON\Decimal128::unserialize MongoDB\BSON\Javascript::__construct » PHP Manual MongoDB ... e . クラス概要 final class MongoDB\BSON\Javascript implements MongoDB\BSON\JavascriptInterface , MongoDB\BSON\Ty ... oid } 変更履歴 バージョン 説明 PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+. PECL mongodb 1.3.0 Implem ... goDB\BSON\JavascriptInterface . PECL mongodb 1.2.0 Implements Serializable and JsonSerializable . 目次 MongoDB\B ... final , public , string , Returns , unserialize , Implements , construct , jsonSerialize ...
https://man.plustar.jp/php/class.mongodb-bson-javascript.html - [similar]
The MongoDB\BSON\Timestamp class 8622
« MongoDB\BSON\Regex::unserialize MongoDB\BSON\Timestamp::__construct » PHP Manual MongoDB\BSON ... ad). クラス概要 final class MongoDB\BSON\Timestamp implements MongoDB\BSON\TimestampInterface , MongoDB\BSON\Typ ... oid } 変更履歴 バージョン 説明 PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+. PECL mongodb 1.3.0 Implem ... ngoDB\BSON\TimestampInterface . PECL mongodb 1.2.0 Implements Serializable and JsonSerializable . 目次 MongoDB\B ... , string , int , Returns , construct , timestamp , Implements ...
https://man.plustar.jp/php/class.mongodb-bson-timestamp.html - [similar]
The MongoDB\BSON\Decimal128 class 8369
« MongoDB\BSON\Binary::unserialize MongoDB\BSON\Decimal128::__construct » PHP Manual MongoDB\BSO ... す。 クラス概要 final class MongoDB\BSON\Decimal128 implements MongoDB\BSON\Decimal128Interface , MongoDB\BSON\Ty ... oid } 変更履歴 バージョン 説明 PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+. PECL mongodb 1.3.0 Implem ... goDB\BSON\Decimal128Interface . PECL mongodb 1.2.0 Implements Serializable and JsonSerializable . 目次 MongoDB\B ... ーワード: BSON , Decimal , final , public , string , Implements , unserialize , decimal , type , construct ...
https://man.plustar.jp/php/class.mongodb-bson-decimal128.html - [similar]
The MongoDB\BSON\ObjectId class 8197
« MongoDB\BSON\MinKey::unserialize MongoDB\BSON\ObjectId::__construct » PHP Manual MongoDB\BSON ... time. クラス概要 final class MongoDB\BSON\ObjectId implements MongoDB\BSON\ObjectIdInterface , MongoDB\BSON\Type ... oid } 変更履歴 バージョン 説明 PECL mongodb 1.12.0 Implements Stringable for PHP 8.0+. PECL mongodb 1.3.0 Rename ... m MongoDB\BSON\ObjectID to MongoDB\BSON\ObjectId . Implements MongoDB\BSON\ObjectIdInterface . PECL mongodb 1.2. ... 0 Implements Serializable and JsonSerializable . 目次 MongoDB\B ...
https://man.plustar.jp/php/class.mongodb-bson-objectid.html - [similar]
オブジェクト インターフェイス 8197
« クラスの抽象化 トレイト » PHP Manual クラスとオブジェクト オブジェクト インターフェイス オブジ ... 一貫しない、予期せぬ結果を生む可能性があるからです。 implements インターフェイスを実装するには、 implements 演算子 ... 装する。 // これは動作します。 class WorkingTemplate implements Template { private $vars = []; public function set ... red abstract (Template::getHtml) class BadTemplate implements Template { private $vars = []; public function set ... baz ( Baz $baz ); } // これは動作します。 class C implements B { public function foo () { } public function baz ...
https://man.plustar.jp/php/language.oop5.interfaces.html - [similar]
The Collection interface 7173
« 例 Ds\Collection::clear » PHP Manual Data Structures The Collection interface The Collection i ... ncode() . インターフェイス概要 class Ds\Collection implements Countable , IteratorAggregate , JsonSerializable { ... 変更履歴 バージョン 説明 PECL ds 1.4.0 Collection implements IteratorAggregate now instead of just Traversable ... ワード: Collection , Ds , public , all , ollection , implements , copy , isEmpty , toArray , array ...
https://man.plustar.jp/php/class.ds-collection.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT