PHP字符串数组转为int数字类型数组

$new_array = json_decode(’[’ . join(’,’, $old_array) . ‘]’, true);

    原文作者:JerryKit
    原文地址: https://blog.csdn.net/weixin_46304253/article/details/116005075
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞