variant_xor

(PHP 5, PHP 7)

variant_xorPerforms a logical exclusion on two variants

˵��

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

Performs a logical exclusion.

����

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()��

����ֵ

Variant XOR Rules
If left is If right is then the result is
TRUETRUEFALSE
TRUEFALSETRUE
FALSETRUETRUE
FALSEFALSEFALSE
NULLNULLNULL

�μ�

  • variant_or() - Performs a logical disjunction on two variants
  • variant_and() - Performs a bitwise AND operation between two variants