|
MongoDB\Driver\WriteResult::getServerReturns the server associated with this write result Beschreibung
final public MongoDB\Driver\Server MongoDB\Driver\WriteResult::getServer
( void
)
Returns the MongoDB\Driver\Server associated with this write result. This is the server that executed the MongoDB\Driver\BulkWrite. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the MongoDB\Driver\Server associated with this write result. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\Driver\WriteResult::getServer example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) Siehe auch
|