欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > 其他教程 >
其他教程

php 使用unserialize返回空的解决办法

(元素模板) / 2023-04-11 18:53

php unserialize返回空的解决办法

$need_info值为序列,是有值的,但是用反序列函数 返回的是控制,如何解决?

元素模板为您解答,在unserialize前先把$need_info使用下面代码

UTF8

$need_info= preg_replace('!s:(\d+):"(.*?)";!se', "'s:'.strlen('$2').':\"$2\";'", $need_info);

$need_info= str_replace("\r", "", $need_info);

GBK

$need_info = preg_replace('!s:(\d+):"(.*?)";!se', '"s:".strlen("$2").":\"$2\";"', $need_info );

$need_info= str_replace("\r", "", $need_info);
Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com