PHP 8.1.28 Released!

MongoDB\Driver\WriteError::getInfo

(mongodb >=1.0.0)

MongoDB\Driver\WriteError::getInfoReturns metadata document for the WriteError

説明

final public MongoDB\Driver\WriteError::getInfo(): ?object

パラメータ

この関数にはパラメータはありません。

戻り値

Returns the metadata document for the WriteError, or null if no metadata is available.

エラー / 例外

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top