log_killcursor
(PECL mongo >= 1.5.0)
log_killcursor — Callback When Executing KILLCURSOR operations
Описание
log_killcursor
( array
$server
, array $info
)A callable function, used by the log_killcursor context option, when reading a killcursor from MongoDB.
Замечание:
This is not a real function, only a prototype of how the function should be.
Список параметров
-
server
-
Массив, содержащий основную информацию о выбранном сервере.
ключ значение hash хэш сервера, например: localhost:27017;-;X;56052 type Тип узла (primary/secondary/mongos/arbiter): 2 max_bson_size максимальный размер BSON, который этот узел поддерживает: 16777216 max_message_size Максимальный размер сообщения, который этот узел поддерживает: 48000000 request_id Идентификатор запроса для этого сообщения: 42 -
info
-
key value cursor_id integer, the cursor identifier to kill
Коментарии
404 Not Found