I've got a comma delimited string of id's coming in and I need some quick way to split them into an array. I know that I could hardcode it, but that's just gross and pointless.
Ben de tüm regex hakkında hiçbir şey bilmiyor ve ben, internet üzerinde herhangi bir yere nasıl 2 saat falan normal ifadeler master bana öğretmeye çalışıyor sadece büyük öğreticiler basit bir örnek bulamıyorum.
fgetcsv bir dosya için geçerlidir ve str_getcsv PHP 5.3 ve daha yalnızca kullanılabilir.
So, am I going to have to write this by hand or is there something out there that will do it for me? I would prefer a simple regex solution with a little explanation as to why it does what it does.