1MONGOC_URI_OPTION_IS_UTF8(3)       libmongoc      MONGOC_URI_OPTION_IS_UTF8(3)
2
3
4

SYNOPSIS

6          bool
7          mongoc_uri_option_is_utf8 (const char *option);
8

PARAMETERS

10option: The name of an option, case insensitive.
11

DESCRIPTION

13       Returns  true  if  the  option  is a known MongoDB URI option of string
14       type. For example, "replicaSet=my_rs" is a valid MongoDB URI option, so
15       mongoc_uri_option_is_utf8 ("replicaSet") is true.
16

AUTHOR

18       MongoDB, Inc
19
21       2017-present, MongoDB, Inc
22
23
24
25
261.25.1                           Nov 08, 2023     MONGOC_URI_OPTION_IS_UTF8(3)
Impressum