Ben kullanmaya çalışıyorum (ve ben de denedim) preg_split () ve split () ve bunların hiçbiri benim için çalıştım. İşte girişimleri ve çıkışlar vardır.
preg_split("^", "ItemOne^ItemTwo^Item.Three^");
//output - null or false when attempting to implode() it.
preg_split("\^", "ItemOne^ItemTwo^Item.Three^");
//output - null or false when attempting to implode() it. Attempted to escape the needle.
//SAME THING WITH split().
Thanks for your help... Christian Stewart