variant_or

Example

 mixed variant_or ( mixed $left , mixed $right ) 

Description

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

Return Values

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