What is ^ mean in PHP?

Posted by chicane on Stack Overflow See other posts from Stack Overflow or by chicane
Published on 2010-04-27T20:40:49Z Indexed on 2010/04/27 20:43 UTC
Read the original article Hit count: 223

Filed under:

i came across this line of code in an app im revising:

substr($sometext1 ^ $sometext2, 0, 512);

thank you

© Stack Overflow or respective owner

Related posts about php