explode将字符串打散成数组后的顺序问题

    xiaoxiao2021-03-25  102

    implode函数在手册的说明里有一句:

    Returns a string containing a string representation of all the array elements in the same order, with the glue string between each element.

    但是explode 中没有相关描述。

    我从网上找到了explode 的C实现源码,但是么有看懂 有没有大牛给分析下,explode函数打散后的数组顺序是否是和字符串一致?谢谢

    转载请注明原文地址: https://ju.6miu.com/read-8484.html

    最新回复(0)