1MONGOC_URI_OPTION_IS_UTF8(3) libmongoc MONGOC_URI_OPTION_IS_UTF8(3)
2
3
4
6 mongoc_uri_option_is_utf8 - mongoc_uri_option_is_utf8()
7
9 bool
10 mongoc_uri_option_is_utf8 (const char *option);
11
13 • option: The name of an option, case insensitive.
14
16 Returns true if the option is a known MongoDB URI option of string
17 type. For example, "replicaSet=my_rs" is a valid MongoDB URI option, so
18 mongoc_uri_option_is_utf8 ("replicaSet") is true.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.24.3 Aug 17, 2023 MONGOC_URI_OPTION_IS_UTF8(3)