请教一个php问题.
- PHP code
<!---ecms Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$str .= $txt[++$i] ^ $tmp;
搞不明白这个^是什么意思? 具体有谁告诉我一下吗?
——解决方案——————–
按位异或
~来1源gaodai#ma#com搞*代#码1网搞代gaodaima码——解决方案——————–
按位异或运算符,看手册吧。http://www.php.net/manual/zh/language.operators.bitwise.php