Imagine i have this string :
$info="portugal,alemanha,belgica,porto 1-0 alemanha, belgica 2-0";
I want to know the position of the 2nd char "-", so i want the result 2-0 and not the result 1-0.
I'm using this function, but it's always returning the first position,
$pos = strpos($info, '-');
Any idea? Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…