variant_or

(PHP 5, PHP 7)

variant_orPerforms a logical disjunction on two variants

˵��

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

Performs a bitwise OR operation. Note that this is slightly different from a regular OR operation.

����

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 OR Rules
If left is If right is then the result is
TRUETRUETRUE
TRUEFALSETRUE
TRUENULLTRUE
FALSETRUETRUE
FALSEFALSEFALSE
FALSENULLNULL
NULLTRUETRUE
NULLFALSENULL
NULLNULLNULL

�μ�

  • variant_and() - Performs a bitwise AND operation between two variants
  • variant_xor() - Performs a logical exclusion on two variants