PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\WriteError::getIndex
request it (345)
GoLang replacement for PHP's MongoDB\Driver\WriteError::getIndex
[edit | history]
PHP MongoDB\Driver\WriteError::getIndexPHP original manual for MongoDB\Driver\WriteError::getIndex [ show | php.net ]MongoDB\Driver\WriteError::getIndex(mongodb >=1.0.0) MongoDB\Driver\WriteError::getIndex — Returns the index of the write operation corresponding to this WriteError Description
final public int MongoDB\Driver\WriteError::getIndex
( void
)
ParametersThis function has no parameters. Return ValuesReturns the index of the write operation (from MongoDB\Driver\BulkWrite) corresponding to this WriteError. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\WriteError::getIndex() example
<?php The above example will output something similar to: int(1) See Also |
more
Recently updated
more
Most requested
more
Last requests
|