MYSQL存储的序列化和取消序列化函数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MYSQL存储的序列化和取消序列化函数相关的知识,希望对你有一定的参考价值。
In a Project i had to save serialized arrays in a mysql Database, when i used that i got a Error Message for no reason (Error at offset XX of XX bytes in...). I wrote this little functions to fix that issue. (I dont recommend to save serialized Arrays in Databases )
function save_serialize($ARR) { } function save_unserialize($STR) { }
以上是关于MYSQL存储的序列化和取消序列化函数的主要内容,如果未能解决你的问题,请参考以下文章