From professional translators, enterprises, web pages and freely available translation repositories.
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
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: