A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade: