session数据存在数据库了,不知道怎么转成数组
blesta_id|s:1:"3";ip|s:14:"120.202.21.195";blesta_company_id|s:1:"1";blesta_client_id|s:1:"2";
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
一般用的是unserialize
反序列化:unserialize
关于序列化有两个官方函数:serialize() 和 unserialize(),建议在开发中使用json替代序列化。