Unserializing data

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

Unserializing data

Post by vivekjain »

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.
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

I'm not sure about all of this but check out:

http://sg.php.net/unserialize

-Nay
Post Reply