PHP » GoLang |
login |
register |
about
|
GoLang MongoCursor::setFlag
request it (350)
GoLang replacement for PHP's MongoCursor::setFlag
[edit | history]
MongoCursor::setFlag(PECL mongo >=1.2.11) MongoCursor::setFlag — Sets arbitrary flags in case there is no method available the specific flag DescriptionThe MongoCursor class has several methods for setting flags on the query object. This method is available in case the MongoDB wire protocol has acquired a new flag, and the driver has not been updated with a method for this new flag. In all other cases, the method should be used. See the "See also" section for available methods. Parameters
Return ValuesReturns this cursor. Errors/ExceptionsShows a warning when an unsupport flag is attempted to be set. Changelog
ExamplesExample #1 MongoCursor::setFlag() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|