Home  >  Article  >  Backend Development  >  请问一个php有关问题

请问一个php有关问题

WBOY
WBOYOriginal
2016-06-13 13:22:35870browse

请教一个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
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn