Unserializing data
Posted: Thu Jan 08, 2004 12:38 am
Hi,
I am developing an application in PHP. I have serialized some data:
a:2:{i:32;s:1:"2";i:33;s:1:"2";}, this is the serialized data. I need to know, how to unserialize this. It would be great if anyone can help me out with this.
I am developing an application in PHP. I have serialized some data:
a:2:{i:32;s:1:"2";i:33;s:1:"2";}, this is the serialized data. I need to know, how to unserialize this. It would be great if anyone can help me out with this.