PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\CursorId::__toString
request it (371)
GoLang replacement for PHP's MongoDB\Driver\CursorId::__toString
[edit | history]
PHP MongoDB\Driver\CursorId::__toStringPHP original manual for MongoDB\Driver\CursorId::__toString [ show | php.net ]MongoDB\Driver\CursorId::__toString(mongodb >=1.0.0) MongoDB\Driver\CursorId::__toString — String 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
|
more
Recently updated
more
Most requested
more
Last requests
|