De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
wddx_serialize_vars() is used to create a wddx packet with a structure that contains the serialized representation of the passed variables.
exemplu 1. wddx_serialize_vars() example
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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, into an array.
acest exemplu va determina rezultatul:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
to make the serialized string into a php value again, use unserialize(). serialize() handles the types integer, double, string, array (multidimensional) and object (object properties will be serialized, but methods are lost).
consultaţi şi secţiunea liniarizarea obiectelor a capitolului clase şi obiecte pentru mai multe informaţii.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: