|
PHP5中文手册
variant_eqv(PHP 5) variant_eqv — Performs a bitwise equivalence on two variants Description
mixed variant_eqv
( mixed $left
, mixed $right
)
If each bit in left is equal to the corresponding bit in right then TRUE is returned, otherwise FALSE is returned.
|