PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\WriteError::getCode
request it (301)
GoLang replacement for PHP's MongoDB\Driver\WriteError::getCode
[edit | history]
PHP MongoDB\Driver\WriteError::getCodePHP original manual for MongoDB\Driver\WriteError::getCode [ show | php.net ]MongoDB\Driver\WriteError::getCode(mongodb >=1.0.0) MongoDB\Driver\WriteError::getCode — Returns the WriteError's error code Description
final public int MongoDB\Driver\WriteError::getCode
( void
)
ParametersThis function has no parameters. Return ValuesReturns the WriteError's error code. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\WriteError::getCode() example
<?php The above example will output something similar to: int(11000) |
more
Recently updated
more
Most requested
more
Last requests
|