Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > dd8ef74e7a184506d40e4328053fb785 > files > 3484

php-manual-ro-20051028-1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>variant_add</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Manual PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="COM and .Net (Windows)"
HREF="ref.com.html"><LINK
REL="PREVIOUS"
TITLE="variant_abs"
HREF="function.variant-abs.html"><LINK
REL="NEXT"
TITLE="variant_and"
HREF="function.variant-and.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-2"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.variant-abs.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.variant-and.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.variant-add"
></A
>variant_add</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN10796"
></A
><P
>    (PHP 5)</P
>variant_add&nbsp;--&nbsp;
     "Adds" two variant values together and returns the result
    </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN10799"
></A
><H2
>Description</H2
>mixed <B
CLASS="methodname"
>variant_add</B
> ( mixed left, mixed right)<BR
></BR
><P
>&#13;     Adds <VAR
CLASS="parameter"
>left</VAR
> to <VAR
CLASS="parameter"
>right</VAR
> using
     the following rules (taken from the MSDN library), which correspond to
     those of Visual Basic:

     <DIV
CLASS="table"
><A
NAME="AEN10813"
></A
><P
><B
>Tabel 1. Variant Addition Rules</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><THEAD
><TR
><TH
>If</TH
><TH
>Then</TH
></TR
></THEAD
><TBODY
><TR
><TD
>Both expressions are of the string type</TD
><TD
>Concatenation</TD
></TR
><TR
><TD
>One expression is a string type and the other a
        character</TD
><TD
>Addition</TD
></TR
><TR
><TD
>One expression is numeric and the other is a string</TD
><TD
>Addition</TD
></TR
><TR
><TD
>Both expressions are numeric</TD
><TD
>Addition</TD
></TR
><TR
><TD
>Either expression is NULL</TD
><TD
>NULL is returned</TD
></TR
><TR
><TD
>Both expressions are empty</TD
><TD
>Integer subtype is returned</TD
></TR
></TBODY
></TABLE
></DIV
>
   </P
><P
>&#13;    See also <A
HREF="function.variant-sub.html"
><B
CLASS="function"
>variant_sub()</B
></A
>.
   </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Not&#227;: </B
>
 As with all the variant arithmetic functions, the parameters for this function
 can be either a PHP native type (integer, string, floating point, boolean or
 <TT
CLASS="constant"
><B
>NULL</B
></TT
>), or an instance of a COM, VARIANT or DOTNET class.  PHP native types
 will be converted to variants using the same rules as found in the constructor
 for the <A
HREF="class.variant.html"
>VARIANT</A
> class.  COM and DOTNET objects
 will have the value of their default property taken and used as the variant value.
</P
><P
>&#13; The variant arithmetic functions are wrappers around the similarly named
 functions in the COM library; for more information on these functions, consult
 the MSDN library.  The PHP functions are named slightly differently; for example
 variant_add() in PHP corresponds to VarAdd() in the MSDN documentation.
</P
></BLOCKQUOTE
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.variant-abs.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Acas&#227;</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.variant-and.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>variant_abs</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.com.html"
ACCESSKEY="U"
>Sus</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>variant_and</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>