検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 1131 for This (0.027 sec.)
The MongoDB\BSON\Int64 class 3889
« MongoDB\BSON\DBPointer::unserialize MongoDB\BSON\Int64::__construct » PHP Manual MongoDB\BSON ... >=1.5.0) はじめに BSON type for a 64-bit integer. This class cannot be instantiated and is only created d ... 32-bit platform. During BSON encoding, objects of this class will convert back to a 64-bit integer type. ... t integer value to be accessed as a string. 注意 : This class exists purely for 32-bit platforms. Applicat ... ms (i.e. PHP_INT_SIZE is 8) should never encounter this class during normal operation. クラス概要 final cl ...
https://man.plustar.jp/php/class.mongodb-bson-int64.html - [similar]
The MongoDB\Driver\Session class 3889
« MongoDB\Driver\BulkWrite::update MongoDB\Driver\Session::abortTransaction » PHP Manual MongoDB ... advanceClusterTime — Advances the cluster time for this session MongoDB\Driver\Session::advanceOperationTi ... me — Advances the operation time for this session MongoDB\Driver\Session::commitTransaction ... ion::getClusterTime — Returns the cluster time for this session MongoDB\Driver\Session::getLogicalSessionI ... d — Returns the logical session ID for this session MongoDB\Driver\Session::getOperationTime — ...
https://man.plustar.jp/php/class.mongodb-driver-session.html - [similar]
Returns the string representation of this Int64 3889
« MongoDB\BSON\Int64::serialize MongoDB\BSON\Int64::unserialize » PHP Manual MongoDB\BSON\Int64 ... Returns the string representation of this Int64 MongoDB\BSON\Int64::__toString (mongodb >=1. ... :__toString — Returns the string representation of this Int64 説明 final public MongoDB\BSON\Int64::__toSt ... ません。 戻り値 Returns the string representation of this Int64. 例 例1 MongoDB\BSON\Int64::__toString() exa ... , string , Returns , representation , BSON , of , this , the , toString , パラメータ ...
https://man.plustar.jp/php/mongodb-bson-int64.tostring.html - [similar]
RADIUS Packet Types 3889
« RADIUS Options RADIUS Attribute Types » PHP Manual 定義済み定数 RADIUS Packet Types RADIUS Pac ... ust be sent in the form of a CoA-ACK or a CoA-NAK. This constant is available in PECL radius 1.3.0 and lat ... te that the user authorisations have been updated. This constant is available in PECL radius 1.3.0 and lat ... that the user authorisations could not be updated. This constant is available in PECL radius 1.3.0 and lat ... indicate that the user session must be terminated. This constant is available in PECL radius 1.3.0 and lat ...
https://man.plustar.jp/php/radius.constants.packets.html - [similar]
無名関数 3860
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ と ... HP 7.1 以降は、引き継ぐ値に スーパーグローバル や $this 、 およびパラメータと同じ名前の変数を含めてはいけま ... ); public function add ( $product , $quantity ) { $this -> products [ $product ] = $quantity ; } public fu ... nction getQuantity ( $product ) { return isset( $this -> products [ $product ]) ? $this -> products [ $p ... m * $quantity ) * ( $tax + 1.0 ); }; array_walk ( $this -> products , $callback ); return round ( $total , ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
Returns an array containing all results for this cursor 3860
« MongoDB\Driver\CursorInterface::setTypeMap MongoDB\Driver\Server » PHP Manual MongoDB\Driver\C ... erface Returns an array containing all results for this cursor MongoDB\Driver\CursorInterface::toArray (mo ... rray — Returns an array containing all results for this cursor 説明 abstract public MongoDB\Driver\CursorI ... 戻り値 Returns an array containing all results for this cursor. エラー / 例外 引数のパースに失敗した場合に ... ay() - Returns an array containing all results for this cursor MongoDB\Driver\CursorInterface::setTypeMap( ...
https://man.plustar.jp/php/mongodb-driver-cursorinterface.toarray.html - [similar]
ArrayAccess インターフェイス 3836
« Throwable::__toString ArrayAccess::offsetExists » PHP Manual 定義済みのインターフェイスとクラス ... ainer = array(); public function __construct () { $this -> container = array( "one" => 1 , "two" => 2 , "t ... $offset , $value ) { if ( is_null ( $offset )) { $this -> container [] = $value ; } else { $this -> conta ... function offsetExists ( $offset ) { return isset( $this -> container [ $offset ]); } public function offse ... tUnset ( $offset ) { unset( $this -> container [ $offset ]); } public function offse ...
https://man.plustar.jp/php/class.arrayaccess.html - [similar]
Returns the string representation of this Decimal128 3836
« MongoDB\BSON\Decimal128::serialize MongoDB\BSON\Decimal128::unserialize » PHP Manual MongoDB\B ... ON\Decimal128 Returns the string representation of this Decimal128 MongoDB\BSON\Decimal128::__toString (mo ... :__toString — Returns the string representation of this Decimal128 説明 final public MongoDB\BSON\Decimal1 ... ません。 戻り値 Returns the string representation of this Decimal128. 例 例1 MongoDB\BSON\Decimal128::__toSt ... ing , Returns , representation , BSON , the , of , this , toString , パラメータ ...
https://man.plustar.jp/php/mongodb-bson-decimal128.tostring.html - [similar]
Terminates a session 3789
« MongoDB\Driver\Session::__construct MongoDB\Driver\Session::getClusterTime » PHP Manual MongoD ... public MongoDB\Driver\Session::endSession (): void This method closes an existing session. If a transactio ... n was associated with this session, the transaction will be aborted. After ca ... lling this method, applications should not invoke other metho ... age collection. It should not be necessary to call this method under normal circumstances. パラメータ この ...
https://man.plustar.jp/php/mongodb-driver-session.endsession.html - [similar]
クラスの基礎 3766
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... メソッドの宣言 public function displayVar () { echo $this -> var ; } } ?> メソッドがオブジェクトのコンテキス ... トからコールされる場合は、 疑似変数 $this が利用可能です。 $this は、呼び出し元オブジェクトの ... より前のバージョンでは、推奨されない警告が発生し、 $this が未定義になっていました。 例2 $this 疑似変数の例 ... <?php class A { function foo () { if (isset( $this )) { echo '$this is defined (' ; echo get_class ( ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT