検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for buildInfo (0.001 sec.)
The MongoDB\Driver\ServerApi class 11228
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... ]); $command = new MongoDB \ Driver \ Command ([ 'buildInfo' => 1 ]); try { $cursor = $manager -> executeComma ... { echo $e -> getMessage (), "\n" ; exit; } /* The buildInfo command returns a single result document, so we ne ... ed to access * the first result in the cursor. */ $buildInfo = $cursor -> toArray ()[ 0 ]; echo $buildInfo -> v ... version. This results in an error when running the buildInfo command. <?php use MongoDB \ Driver \ Manager ; us ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
Create a new Command 7485
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... $command = new MongoDB \ Driver \ Command (array( "buildinfo" => 1 )); try { $cursor = $manager -> executeComma ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
PREV 1 NEXT