PHP » GoLang |
login |
register |
about
|
GoLang MongoCursorInterface::info
request it (377)
GoLang replacement for PHP's MongoCursorInterface::info
[edit | history]
PHP MongoCursorInterface::infoPHP original manual for MongoCursorInterface::info [ show | php.net ]MongoCursorInterface::info(PECL mongo >=1.5.0) MongoCursorInterface::info — Gets information about the cursor's creation and iteration Description
abstract public array MongoCursorInterface::info
( void
)
Returns information about the cursor's creation and iteration. This can be called before or after the cursor has started iterating. ParametersThis function has no parameters. Return ValuesReturns the namespace, batch size, limit, skip, flags, query, and projected fields for this cursor. If the cursor has started iterating, additional information about iteration and the connection will be included. |
more
Recently updated
more
Most requested
more
Last requests
|