MongoDB\Driver\CursorId::__toStringString representation of the cursor ID Description
final public string MongoDB\Driver\CursorId::__toString
( void
)
Returns the string representation of the cursor ID. ParametersThis function has no parameters. Return ValuesReturns the string representation of the cursor ID. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\CursorId::__toString example
<?php The above example will output something similar to: string(11) "98061641158" See Also
|