PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
^ is the bitwise XOR operator. In your example $temp will be a value in which bits are set IF they are set in the expression ord(substr($str,$i,1)) OR in the integer 203 BUT NOT in both.