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