PHP.nl

variant_eqv

variant_eqv

Performs a bitwise equivalence on two variants

variant **variant_eqv** mixed $left mixed $right

Performs a bitwise equivalence on two variants.

leftThe left operand.

rightThe right operand.

If each bit in is equal to the corresponding bit in then true is returned, otherwise false is returned. left``right

Throws a on failure. com_exception