Hi, I would like to know how get a character by knowing its numeric order in a string. In other word, I want to get the revers of strpos() function.
$str = "this is foo"; echo $str{3};
would print...
i