Guest User

Untitled

a guest
Dec 14th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.05 KB | None | 0 0
  1. <?php
  2. $c = 'a';
  3. echo ++$c;
  4. echo chr(ord($c)+1);
Add Comment
Please, Sign In to add comment