php 反序列化返回false解决方法
<?php
function mb_unserialize($serial_str) {
$serial_str= preg_replace('!s:(\d+):"(.*?)";!se', "'s:'.strlen('$2').':"$2\";'", $serial_str );
$serial_str= str_replace("\r", "", $serial_str);
}
?>
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »