[PHP] serialize/deserialize data

2001-02-12 Thread Brian V Bonini
What exactly does serialize/deserialize data mean? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] serialize/deserialize data

2001-02-12 Thread Steve Werby
"Brian V Bonini" [EMAIL PROTECTED] wrote: What exactly does serialize/deserialize data mean? See the manual at http://www.php.net/manual/en/function.serialize.php. Serializing is a way of storing values so that they retain their type and structure. Session variables are stored in this way.

Re: [PHP] serialize/deserialize data

2001-02-12 Thread Ankur Verma
ot;Brian V Bonini" [EMAIL PROTECTED] To: "PHP Lists" [EMAIL PROTECTED] Sent: Tuesday, February 13, 2001 5:36 AM Subject: [PHP] serialize/deserialize data What exactly does serialize/deserialize data mean? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail