[PHP] RE: unserialize() unexpectedly returns a boolean

2001-01-19 Thread TR Henigson
uot;street\";s:1 8:\"8158 AA Avenue\";s:4:\"city\";s:11:\"Los Angeles\";s:5:\"state\";s:1:\"5\";s:7:\"zipcode\";s:5:\"0\";s:7:\"countr y\";s:13:\"United States\";s:5:\"phone\";s:14:\"(0

[PHP] unserialize() unexpectedly returns a boolean

2001-01-16 Thread TR Henigson
I built an e-commerce application using PHP4 session management. I store all data in an array, $SESSION, which I register with the session. Most of the time, $SESSION is restored as expected on the loading of a new page. Every now and then, however, $SESSION is restored as a boolean variable with

[PHP] serialized respresentations of variables

2001-01-11 Thread TR Henigson
I can see that "a" represents "Array", "s" represents "String", "i" represents "Index". What does "b" represent and is there any documentation for other representations? Ted -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma