PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\WriteConcern::getWtimeout
request it (325)
GoLang replacement for PHP's MongoDB\Driver\WriteConcern::getWtimeout
[edit | history]
PHP MongoDB\Driver\WriteConcern::getWtimeoutPHP original manual for MongoDB\Driver\WriteConcern::getWtimeout [ show | php.net ]MongoDB\Driver\WriteConcern::getWtimeout(mongodb >=1.0.0) MongoDB\Driver\WriteConcern::getWtimeout — Returns the WriteConcern's "wtimeout" option Description
final public int MongoDB\Driver\WriteConcern::getWtimeout
( void
)
ParametersThis function has no parameters. Return ValuesReturns the WriteConcern's "wtimeout" option. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\WriteConcern::getWtimeout() example
<?php The above example will output: int(0) int(3000) See Also |
more
Recently updated
more
Most requested
more
Last requests
|