Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a34ed6838d4b29d38abd504392a4a797 > files > 483

php-manual-es-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>DomNode-&#62;append_sibling</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Manual de PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Funciones de DOM XML"
HREF="ref.domxml.html"><LINK
REL="PREVIOUS"
TITLE="DomNode->append_child"
HREF="function.domnode-append-child.html"><LINK
REL="NEXT"
TITLE="DomNode->attributes"
HREF="function.domnode-attributes.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></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 de PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.domnode-append-child.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.domnode-attributes.html"
ACCESSKEY="N"
>Siguiente</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.DomNode-append-sibling"
></A
>DomNode-&#62;append_sibling</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN15937"
></A
><P
>    (no version information, might be only in CVS)</P
>DomNode-&#62;append_sibling&nbsp;--&nbsp;
     Adds new sibling to a node
    </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN15940"
></A
><H2
>Description</H2
>object <B
CLASS="methodname"
>DomNode-&#62;append_sibling</B
> ( object newnode)<BR
></BR
><P
>&#13;     This functions appends a sibling to an existing node.
     The child can be created with e.g.
     <B
CLASS="function"
>domdocument_create_element()</B
>,
     <B
CLASS="function"
>domdocument_create_text()</B
> etc. or simply by using any
     other node.
    </P
><P
>&#13;     Before a new sibling is added it is first duplicated. Therefore the new
     child is a completely new copy which can be modified without changing the
     node which was passed to this function. If the node passed has children
     itself, they will be duplicated as well, which makes it quite easy to
     duplicate large parts of a xml document. The return value is the
     added sibling. If you plan to do further modifications on the added
     sibling you must use the returned node.
    </P
><P
>&#13;     This function has been added to provide the behaviour of
     <B
CLASS="function"
>domnode_append_child()</B
> as it works till PHP 4.2.
    </P
><P
>&#13;     See also <B
CLASS="function"
>domnode_append_before()</B
>.
    </P
></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.domnode-append-child.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Inicio</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.domnode-attributes.html"
ACCESSKEY="N"
>Siguiente</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>DomNode-&#62;append_child</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.domxml.html"
ACCESSKEY="U"
>Subir</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>DomNode-&#62;attributes</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>