Bit operations in PHP

Source: Internet
Author: User
This article to share the content is about PHP bit operation, has a certain reference value, the need for friends can refer to

$a & $b and (Bitwise AND) Set the 1 bit to 1.
$a | $b or (bitwise OR) Set the bit with any of the 1 to 1.
$a ^ $b XOR (Bitwise XOR) Set the bit to 1 and the other 0 to 1.
~ $a Not (bitwise negate) Set the bit in 0 to 1, and vice versa.
$a << $b Shift left Moves the bits in the left (each move represents "multiplied by 2").
shift Right (move to the left) Moves the bit to the right (each move represents "divided by 2").

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.