(PHP 5, PHP 7)
variant_add — "Adds" two variant values together and returns the result
Adds left
to right
using
the following rules (taken from the MSDN library), which correspond to
those of Visual Basic:
If | Then |
---|---|
Both expressions are of the string type | Concatenation |
One expression is a string type and the other a character | Addition |
One expression is numeric and the other is a string | Addition |
Both expressions are numeric | Addition |
Either expression is NULL | NULL is returned |
Both expressions are empty | Integer subtype is returned |
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()��
Returns the result.