• 2022-06-30
    下列函数中,哪个函数可以将一个字符串按照特定的分隔符进行拆分,并将拆分 的结果存到一个特定的数组中()。
    A: In_Array()
    B: Sort()
    C: Explode()
    D: Implode()