diff --git a/functions/wddx.xml b/functions/wddx.xml index 16102a44cd..d0339d7401 100644 --- a/functions/wddx.xml +++ b/functions/wddx.xml @@ -1,5 +1,5 @@ - + WDDX Functions WDDX @@ -15,8 +15,15 @@ and . + + + If you want to serialize non-ASCII characters you have to set + the appropriate locale before doing so (see + setlocale). + + - 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,