variant_eqv

 mixed variant_eqv ( mixed $left , mixed $right ) 

説明

Performs a bitwise equivalence on two variants.

戻り値

If each bit in left is equal to the corresponding bit in right then TRUE is returned, otherwise FALSE is returned.