PHP Velho Oeste 2024

MongoWriteConcernException::getDocument

(PECL mongo >= 1.5.0)

MongoWriteConcernException::getDocumentGet the error document

설명

public array MongoWriteConcernException::getDocument ( void )

Returns the actual response from the server that was interperated as an error.

인수

이 함수는 인수가 없습니다.

반환값

A MongoDB document, if available, as an array.

add a note add a note

User Contributed Notes

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