📜  unserialize(): 偏移量错误 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:06.990000             🧑  作者: Mango

代码示例1
If you are saving token in database with serialize, 
and while fetching it, on unserialize, you get this error,
Change the  Type (of column where you are saving this token)
to TEXT in database.