mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
utf8 note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300708 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ac4bdef87b
commit
2482812e87
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@
|
|||
<methodparam><type>array</type><parameter>a</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>array()</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
All strings sent to the database must be UTF-8. If a string is not UTF-8, a
|
||||
<classname>MongoException</classname> will be thrown. To insert
|
||||
(or query for) a non-UTF-8 string, use <classname>MongoBinData</classname>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue