variant_and
variant_and
Performs a bitwise AND operation between two variants
variant **variant_and** mixed $left mixed $right
Performs a bitwise AND operation. Note that this is slightly different from a regular AND operation.
com.variant-arith
leftThe left operand.
rightThe right operand.
Throws a on failure.
com_exception
variant_or