Serialize objects that contain utf-8 strings
How can I serialize objects with fields that contain utf8 s开发者_如何学编程trings?
Now i get back false after unserialize
.
PHP doesn't care what values strings contain when you use serialize/unserialize. Can you provide a code example to demonstrate this problem
Has the class definition been included at the point when you try to unserialize?
精彩评论