git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66741 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-01-03 01:57:48 +00:00
parent aa3ce2216b
commit e9a7d7a25a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<reference id="ref.wddx">
<title>WDDX Functions</title>
<titleabbrev>WDDX</titleabbrev>
@ -15,8 +15,15 @@
<option role="configure">--with-xml</option> and <option
role="configure">--enable-wddx</option>.
</para>
<note>
<para>
If you want to serialize non-ASCII characters you have to set
the appropriate locale before doing so (see
<function>setlocale</function>).
</para>
</note>
<para>
Note that all the functions that serialize variables use the first
All the functions that serialize variables use the first
element of an array to determine whether the array is to be
serialized into an array or structure. If the first element has
string key, then it is serialized into a structure, otherwise,