PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\Cursor::isDead
request it (310)
GoLang replacement for PHP's MongoDB\Driver\Cursor::isDead
[edit | history]
PHP MongoDB\Driver\Cursor::isDeadPHP original manual for MongoDB\Driver\Cursor::isDead [ show | php.net ]MongoDB\Driver\Cursor::isDead(mongodb >=1.0.0) MongoDB\Driver\Cursor::isDead — Checks if the cursor may have additional results Description
final public bool MongoDB\Driver\Cursor::isDead
( void
)
Checks whether the cursor may have additional results available to read. A cursor is initially "alive" but may become "dead" for any of the following reasons:
ParametersThis function has no parameters. Return Values
Returns Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\Cursor::isDead() example
<?php The above example will output: bool(false) bool(false) bool(false) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|