Guest User

Untitled

a guest
May 27th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $charAtPosition20 = strCharAt(20, $myString);
  2.  
  3. echo $myString{20};
  4.  
  5. substr($mystring, 20, 1)
  6.  
  7. echo $str[1];
Add Comment
Please, Sign In to add comment