请教一个php问题.
PHP code<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$str .= $txt[++$i] ^ $tmp;
로그인 후 복사
搞不明白这个^是什么意思? 具体有谁告诉我一下吗?
------解决方案--------------------按位异或
------解决方案--------------------按位异或运算符,看手册吧。http://www.php.net/manual/zh/language.operators.bitwise.php