oluşumu önce strinğe strstr

0 Cevap php

Ben bu gibi iğnenin ortaya çıktıktan sonra dizenin ilk bit almak istiyorum ...

$user = strstr('someemail@yahoo.com', '@', true);

But this only works with PHP Version 5.3.0, I have 5.2.9 Is there a way I can get the same results?

0 Cevap