Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
예 1. unserialize() example
please see the serializing objects section of classes and objects or more information.
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).
likewise, when the object is restored using unserialize() the __wakeup() member function is called.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: