mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix #13873.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66741 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
aa3ce2216b
commit
e9a7d7a25a
1 changed files with 9 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue