Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
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
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: