variant_and

Example

 mixed variant_and ( mixed $left , mixed $right ) 

Description

Performs a bitwise AND operation. Note that this is slightly different from a regular AND operation.

Return Values

Variant AND Rules If left is If right is then the result is