| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\WriteConcernError::getMessage(mongodb >=1.0.0) MongoDB\Driver\WriteConcernError::getMessage — Returns the WriteConcernError's error message 説明
final public string MongoDB\Driver\WriteConcernError::getMessage
( void
)
パラメータこの関数にはパラメータはありません。 返り値Returns the WriteConcernError's error message. エラー / 例外
例例1 MongoDB\Driver\WriteConcernError::getMessage() example
<?php 上の例の出力は、 たとえば以下のようになります。 string(33) "waiting for replication timed out" |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\WriteConcernError::getMessage - Returns the WriteConcernError's error message」をGoogle検索
|