検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 132 for Manager (0.016 sec.)
Returns the WriteResult for the failed write operation 5993
« MongoDB\Driver\Exception\WriteException Class Tree » PHP Manual MongoDB\Driver\Exception\Write ... on\WriteException::getWriteResult() example <?php $manager = new MongoDB \ Driver \ Manager ( 'mongodb://loca ... => 1 ]); $bulk -> insert ([ '_id' => 1 ]); try { $manager -> executeBulkWrite ( 'db.collection' , $bulk ); } ... } } 参考 MongoDB\Driver\WriteResult MongoDB\Driver\Manager::executeBulkWrite() - Execute one or more write op ...
https://man.plustar.jp/php/mongodb-driver-writeexception.getwriteresult.html - [similar]
Add an insert operation to the bulk 5933
« MongoDB\Driver\BulkWrite::delete MongoDB\Driver\BulkWrite::update » PHP Manual MongoDB\Driver\ ... $document3 ); var_dump ( $_id1 , $_id2 , $_id3 ); $manager = new MongoDB \ Driver \ Manager ( 'mongodb://loca ... lhost:27017' ); $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk ); ? ... 6bd21b91405401d92" } NULL NULL 参考 MongoDB\Driver\Manager::executeBulkWrite() - Execute one or more write op ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.insert.html - [similar]
Returns the server associated with this cursor 5909
« MongoDB\Driver\Cursor::getId MongoDB\Driver\Cursor::isDead » PHP Manual MongoDB\Driver\Cursor ... MongoDB\Driver\Cursor::getServer() example <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://loca ... ver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $ ... cursor = $manager -> executeQuery ( 'db.collection' , $query ); var_ ...
https://man.plustar.jp/php/mongodb-driver-cursor.getserver.html - [similar]
Returns an array containing all results for this cursor 5909
« MongoDB\Driver\Cursor::setTypeMap MongoDB\Driver\Cursor::valid » PHP Manual MongoDB\Driver\Cur ... 例1 MongoDB\Driver\Cursor::toArray() example <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://loca ... t ([ 'x' => 2 ]); $bulk -> insert ([ 'x' => 3 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $ ... ry = new MongoDB \ Driver \ Query ([]); $cursor = $manager -> executeQuery ( 'db.collection' , $query ); var_ ...
https://man.plustar.jp/php/mongodb-driver-cursor.toarray.html - [similar]
MQSeries MQGET 5872
« mqseries_disc mqseries_inq » PHP Manual mqseries 関数 MQSeries MQGET mqseries_get (PECL mqseri ... This handle represents the connection to the queue manager. hObj Object handle. This handle represents the ob ... et() example <?php // open connection to the queue manager mqseries_conn ( 'WMQ1' , $conn , $comp_code , $rea ... hold the reference to the connection to the queue manager. // open the connection to the testq queue mqserie ... omp_code , $reason ); // disconnect from the queue manager. mqseries_disc ( $conn , $comp_code , $reason ); ? ...
https://man.plustar.jp/php/function.mqseries-get.html - [similar]
Create a new BulkWrite 5872
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... write(s) may then be executed with MongoDB\Driver\Manager::executeBulkWrite() . パラメータ options ( array ) ... ' => 3 ]], [ 'limit' => 1 , 'upsert' => true ] ); $manager = new MongoDB \ Driver \ Manager ( 'mongodb://loca ... DB \ Driver \ WriteConcern ( 1 ); try { $result = $manager -> executeBulkWrite ( 'db.collection' , $bulk , $w ... ument(s) Deleted 1 document(s) 参考 MongoDB\Driver\Manager::executeBulkWrite() - Execute one or more write op ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
インストール 5812
« FastCGI Process Manager (FPM) 設定 » PHP Manual FastCGI Process Manager (FPM) インストール イン ... が追加されました。 関連キーワード: インストール , Manager , apparmor , 追加 , 統合 , systemd , Process , グル ...
https://man.plustar.jp/php/install.fpm.install.html - [similar]
Checks if the cursor is exhausted or may have additional results 5812
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... 例1 MongoDB\Driver\Cursor::isDead() example <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://loca ... t ([ 'x' => 2 ]); $bulk -> insert ([ 'x' => 3 ]); $manager -> executeBulkWrite ( 'db.collection' , $bulk ); $ ... cursor = $manager -> executeQuery ( 'db.collection' , $query ); $ite ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]
Returns the hostname of this server 5812
« MongoDB\Driver\Server::executeWriteCommand MongoDB\Driver\Server::getInfo » PHP Manual MongoDB ... 例1 MongoDB\Driver\Server::getHost() example <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://loca ... river \ ReadPreference :: RP_PRIMARY ); $server = $manager -> selectServer ( $rp ); var_dump ( $server -> get ...
https://man.plustar.jp/php/mongodb-driver-server.gethost.html - [similar]
Returns the port on which this server is listening 5812
« MongoDB\Driver\Server::getLatency MongoDB\Driver\Server::getServerDescription » PHP Manual Mon ... 例1 MongoDB\Driver\Server::getPort() example <?php $manager = new MongoDB \ Driver \ Manager ( "mongodb://loca ... river \ ReadPreference :: RP_PRIMARY ); $server = $manager -> selectServer ( $rp ); var_dump ( $server -> get ...
https://man.plustar.jp/php/mongodb-driver-server.getport.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT