|
MongoDB\Driver\Cursor::getIdReturns the ID for this cursor Beschreibung
final public MongoDB\Driver\CursorId MongoDB\Driver\Cursor::getId
( void
)
Returns the MongoDB\Driver\CursorId associated with this cursor. A cursor ID uniquely identifies the cursor on the server. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the MongoDB\Driver\CursorId for this cursor. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\Driver\Cursor::getId example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
object(MongoDB\Driver\CursorId)#5 (1) {
["id"]=>
int(94810124093)
}
Siehe auch
|