Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 703d980c580707c382b4e43e25965bc5 > files > 793

php-manual-pt_BR-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
>DomDocument-&#62;create_element_ns</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Manual do PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="DOM XML Functions"
HREF="ref.domxml.html"><LINK
REL="PREVIOUS"
TITLE="DomDocument->create_comment"
HREF="function.domdocument-create-comment.html"><LINK
REL="NEXT"
TITLE="DomDocument->create_element"
HREF="function.domdocument-create-element.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"
>Manual do PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.domdocument-create-comment.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.domdocument-create-element.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.domdocument-create-element-ns"
></A
>DomDocument-&#62;create_element_ns</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN40542"
></A
><P
>    (no version information, might be only in CVS)</P
>DomDocument-&#62;create_element_ns&nbsp;--&nbsp;
     Create new element node with an associated namespace
    </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN40545"
></A
><H2
>Descrição</H2
>domelement <B
CLASS="methodname"
>DomDocument-&#62;create_element_ns</B
> ( string uri, string name [, string prefix] )<BR
></BR
><P
>&#13;     This function returns a new instance of class
     <B
CLASS="classname"
>DomElement</B
>. The tag name of the element is the
     value of the passed parameter <CODE
CLASS="parameter"
>name</CODE
>. The URI of the
     namespace is the value of the passed parameter <CODE
CLASS="parameter"
>uri</CODE
>.
     If there is already a namespace declaration with the same uri in the root-node 
     of the document, the prefix of this is taken, otherwise it will take the one provided 
     in the optional parameter <CODE
CLASS="parameter"
>prefix</CODE
> or generate a random one.
     Este nó não será exibido no documento a não ser
 que ele seja inserido, por exemplo, com <A
HREF="function.domnode-append-child.html"
><B
CLASS="function"
>domnode_append_child()</B
></A
>.
    </P
><P
>&#13;     The return value is <TT
CLASS="constant"
><B
>FALSE</B
></TT
> if an error occurred.
    </P
><P
>&#13;     See also <A
HREF="function.domdocument-create-element-ns.html"
><B
CLASS="function"
>domdocument_create_element_ns()</B
></A
>,
     <A
HREF="function.domnode-add-namespace.html"
><B
CLASS="function"
>domnode_add_namespace()</B
></A
>,
     <A
HREF="function.domnode-set-namespace.html"
><B
CLASS="function"
>domnode_set_namespace()</B
></A
>,
     <A
HREF="function.domnode-append-child.html"
><B
CLASS="function"
>domnode_append_child()</B
></A
>,
     <B
CLASS="function"
>domdocument_create_text()</B
>,
     <A
HREF="function.domdocument-create-comment.html"
><B
CLASS="function"
>domdocument_create_comment()</B
></A
>,
     <A
HREF="function.domdocument-create-attribute.html"
><B
CLASS="function"
>domdocument_create_attribute()</B
></A
>,
     <A
HREF="function.domdocument-create-processing-instruction.html"
><B
CLASS="function"
>domdocument_create_processing_instruction()</B
></A
>,
     <A
HREF="function.domdocument-create-entity-reference.html"
><B
CLASS="function"
>domdocument_create_entity_reference()</B
></A
>, and
     <A
HREF="function.domnode-insert-before.html"
><B
CLASS="function"
>domnode_insert_before()</B
></A
>.
    </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.domdocument-create-comment.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Principal</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.domdocument-create-element.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>DomDocument-&#62;create_comment</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.domxml.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>DomDocument-&#62;create_element</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>