Need help with part of PHP code!
Posted: Thu Dec 23, 2010 3:48 am
Hello,
I have one line that I can't understand of PHP code used to encrypt strings:
I understand everything but this " ^203 "
Can you explain me what it does?
I have one line that I can't understand of PHP code used to encrypt strings:
Code: Select all
$temp = ord(substr($str,$i,1)) ^ 203;Can you explain me what it does?