MongoDB\Driver\WriteResult::getInsertedCount

(mongodb >=1.0.0)

MongoDB\Driver\WriteResult::getInsertedCountDescription

Описание

final public ReturnType MongoDB\Driver\WriteResult::getInsertedCount ( void )

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Ошибки

Примеры

Пример #1 MongoDB\Driver\WriteResult::getInsertedCount() example

<?php

/* ... */

?>

Результатом выполнения данного примера будет что-то подобное:

...

Смотрите также

Коментарии

Автор:
In case you are trying to add an index to a collection, and the index is already there, the value of getInsertedCount() depends on the MongoDB server version.
For example, MongoDB version 2.4 consider the index as inserted, but version 3.6 does not.
2018-11-29 19:31:41
http://php5.kiev.ua/manual/ru/mongodb-driver-writeresult.getinsertedcount.html

    Поддержать сайт на родительском проекте КГБ