CakeFest 2024: The Official CakePHP Conference

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