MongoCommandCursor::getCursorInfo PHP Method

getCursorInfo() protected method

protected getCursorInfo ( ) : array
return array
    protected function getCursorInfo()
    {
        return ['ns' => $this->ns, 'limit' => 0, 'batchSize' => $this->batchSize, 'skip' => 0, 'flags' => 0, 'query' => $this->command, 'fields' => null];
    }