Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 05cd670d8a02b2b4a0ffb1756f2e8308 > files > 823

php-manual-zh-5.2.4-1mdv2008.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>DomNode-&#62;append_sibling</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="PHP 手册"
HREF="index.html"><LINK
REL="UP"
TITLE="DOM XML Functions"
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=UTF-8"></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"
>PHP 手册</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.domnode-append-child.html"
ACCESSKEY="P"
>上一页</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"
>下一页</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="AEN44787"
></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="AEN44790"
></A
><H2
>说明</H2
>domelement <B
CLASS="methodname"
>DomNode-&#62;append_sibling</B
> ( domelement newnode )<BR
></BR
><P
>&#13;   This functions appends a sibling to an existing node.
   The child can be created with e.g.
   <A
HREF="function.domdocument-create-element.html"
><B
CLASS="function"
>domdocument_create_element()</B
></A
>,
   <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 an 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
   <A
HREF="function.domnode-append-child.html"
><B
CLASS="function"
>domnode_append_child()</B
></A
> 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"
>上一页</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>起始页</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.domnode-attributes.html"
ACCESSKEY="N"
>下一页</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"
>上一级</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>DomNode-&#62;attributes</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>