variant_eqv

(PHP 5, PHP 7)

variant_eqvPerforms a bitwise equivalence on two variants

˵��

variant_eqv ( mixed $left , mixed $right ) : mixed

Performs a bitwise equivalence on two variants.

����

left

The left operand.

right

The right operand.

Note:

�������б������㺯�����������IJ��������� PHP ���õ����ͣ��������ַ������������������ͻ��� NULL����������һ�� COM��VARIANT ���� DOTNET ���ʵ����PHP �������ͽ���ʹ�ú͹���VARIANT����ͬ�Ĺ���ת���ɱ�����COM �� DOTNET �����ֵ����ȡ��Ĭ�����Բ������ɱ���ֵʹ�á�

�������㺯����ͬ�������� COM ���е�������йش��ຯ���ĸ�����Ϣ�μ� MSDN �⡣PHP ���������������������� PHP �е� variant_add() ��Ӧ�� MSDN �ĵ��е� VarAdd()��

����ֵ

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