MongoDB\Driver\CursorId::__toStringString representation of the cursor ID Beschreibung
final public string MongoDB\Driver\CursorId::__toString
( void
)
Returns the string representation of the cursor ID. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the string representation of the cursor ID. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\Driver\CursorId::__toString example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(11) "98061641158" Siehe auch
|