utf8 note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300708 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kristina Chodorow 2010-06-23 20:05:01 +00:00
parent ac4bdef87b
commit 2482812e87

View file

@ -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">